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
Differential D28850
[docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing malcolm.parsons on Jan 18 2017, 2:52 AM. Authored by
Details
Docs for clang::Decl and clang::TemplateSpecializationType have Tell Doxygen to expand LLVM_ALIGNAS to nothing as described at
Diff Detail
Event TimelineComment Actions LGTM, though I freely admit that I am no doxygen expert (from reading the docs, this looks like the sensible approach though). Comment Actions 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 Should I change them all? |