This is an archive of the discontinued LLVM Phabricator instance.

[docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
ClosedPublic

Authored by malcolm.parsons on Jan 18 2017, 2:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aaron.ballman accepted this revision.Jan 18 2017, 6:56 AM

LGTM, though I freely admit that I am no doxygen expert (from reading the docs, this looks like the sensible approach though).

This revision is now accepted and ready to land.Jan 18 2017, 6:56 AM
malcolm.parsons added a comment.EditedJan 18 2017, 7:28 AM

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?

This revision was automatically updated to reflect the committed changes.