]> granicus.if.org Git - clang/commit
[document parsing]: Allow multiple adjacent \return and the like
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 21 Jun 2013 23:49:29 +0000 (23:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 21 Jun 2013 23:49:29 +0000 (23:49 +0000)
commitd52b20c706326cc2c5c3707a902e7ca4474719b6
tree97bf2bd0f7b7af592b457ca6c24fa90375af9916
parent373ac0ab90a2d61fad7dd991712b8cec30c14604
[document parsing]: Allow multiple adjacent \return and the like
commands. Render them properly in XML output.
// rdar://14207725

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184610 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CommentSema.cpp
test/Index/comment-to-html-xml-conversion.cpp
test/Sema/warn-documentation.cpp
tools/libclang/CXComment.cpp