Comment to HTML and XML conversion: ignore commands that contain a declaration
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 Aug 2012 18:20:29 +0000 (18:20 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 Aug 2012 18:20:29 +0000 (18:20 +0000)
commitba7aca3b38fbc13323783a4f1965bea07d7463bb
tree810b78640ce713be970ded217b63d348a130f02e
parentbcf897fa89d888637a41fa19ab2fc95c255ea3c5
Comment to HTML and XML conversion: ignore commands that contain a declaration
as their argument.  For example, \fn, \function, \typedef, \method, \class etc.

llvm-svn: 161601
clang/include/clang/AST/CommentCommandTraits.h
clang/lib/AST/CommentCommandTraits.cpp
clang/test/Index/annotate-comments.cpp
clang/tools/libclang/CXComment.cpp