[PATCH] D28850: [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing

2017-01-19 Thread Malcolm Parsons via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL292477: [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing (authored by malcolm.parsons). Changed prior to commit: https://reviews.llvm.org/D28850?vs=84812&id=84950#toc Repository: rL LLVM https:

[PATCH] D28850: [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing

2017-01-18 Thread Malcolm Parsons via Phabricator via cfe-commits
malcolm.parsons added a comment. In https://reviews.llvm.org/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 a

[PATCH] D28850: [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing

2017-01-18 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM, though I freely admit that I am no doxygen expert (from reading the docs, this looks like the sensible approach though). https://reviews.llvm.org/D28850 ___

[PATCH] D28850: [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing

2017-01-18 Thread Malcolm Parsons via Phabricator via cfe-commits
malcolm.parsons created this revision. 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 https://