Docs for clang::Decl and clang::TemplateSpecializationType have not been generated since LLVM_ALIGNAS was added to them.
Tell Doxygen to expand LLVM_ALIGNAS to nothing as described at https://www.stack.nl/~dimitri/doxygen/manual/preprocessing.html
LGTM, though I freely admit that I am no doxygen expert (from reading the docs, this looks like the sensible approach though).
In D28850#649462, @aaron.ballman wrote: LGTM, though I freely admit that I am no doxygen expert (from reading the docs, this looks like the sensible approach though).
I couldn't find a code owner for docs to ask for review.
There are other doxygen.cfg.in files in llvm:
docs/doxygen.cfg.in tools/clang/tools/extra/docs/doxygen.cfg.in tools/lldb/docs/doxygen.cfg.in
Should I change them all?