[PATCH] D64696: Adds a warning when an inline Doxygen comment has no argument
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 09:45:35 PDT 2019
Mordante added a comment.
I think it should warn; according to the documentation [1] `\c` expects a word. Testing with Doxygen indeed gives a warning.
Can you post the real comment where this occurs?
[1] http://www.doxygen.nl/manual/commands.html#cmdc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64696/new/
https://reviews.llvm.org/D64696
More information about the cfe-commits
mailing list