]> granicus.if.org Git - clang/commit
Comment to HTML and XML conversion: use CommandTraits to classify commands.
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 Aug 2012 17:33:20 +0000 (17:33 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 Aug 2012 17:33:20 +0000 (17:33 +0000)
commitd1db12540e572d6e3d998a4b770a6b2c7267d7fc
treee3941c77cb841a80057688c62a0cf190344447c5
parentbe3d0dbf2e8d2f93191ff4c023dd3bbf8f859d5a
Comment to HTML and XML conversion: use CommandTraits to classify commands.

This also fixes a bug in comment to XML conversion: \result was just an
ordinary paragraph, not an alias for \returns.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161596 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentCommandTraits.h
test/Index/annotate-comments.cpp
tools/libclang/CXComment.cpp