]> granicus.if.org Git - clang/commit
Rudimentary support for Doxygen \retval command
authorStephan Bergmann <sbergman@redhat.com>
Tue, 20 Aug 2019 08:36:21 +0000 (08:36 +0000)
committerStephan Bergmann <sbergman@redhat.com>
Tue, 20 Aug 2019 08:36:21 +0000 (08:36 +0000)
commit3c19a8938b8e1da9b891d759a2533968edf2d3ed
tree1b0bcf76f8b343b4312beb526acda7fdf33b7fd3
parenta94f64bfc77e930a2636d06009f94fb4ed20a545
Rudimentary support for Doxygen \retval command

...so that at least a preceding \param etc. that lacks a description gets a
-Wdocumentation warning (instead of erroneously treating the \retval ... text as
its paragraph).

Differential Revision: https://reviews.llvm.org/D66350

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369345 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentCommands.td
test/Sema/warn-documentation.cpp