[PATCH] D98665: Correct Doxygen syntax for inline code

2021-03-16 Thread Aaron Puchert via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG1cb15b10ea37: Correct Doxygen syntax for inline code (authored by aaronpuchert). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D98665: Correct Doxygen syntax for inline code

2021-03-16 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert added a comment. In D98665#2628851 , @aaron.ballman wrote: > LGTM! I wonder if this is something our `-Wdocumentation` should warn about? Interestingly we warn about the opposite problem: /// @endcode int x; produces "warning:

[PATCH] D98665: Correct Doxygen syntax for inline code

2021-03-16 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! I wonder if this is something our `-Wdocumentation` should warn about? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D98665: Correct Doxygen syntax for inline code

2021-03-15 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert created this revision. aaronpuchert added reviewers: george.karpenkov, gribozavr2. Herald added subscribers: dexonsmith, martong. Herald added a reviewer: aaron.ballman. aaronpuchert requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: