r214870 - ASTMatchers.h: Fix an annotation. [-Wdocumentation-html]

NAKAMURA Takumi geek4civic at gmail.com
Tue Aug 5 08:01:32 PDT 2014


Author: chapuni
Date: Tue Aug  5 10:01:31 2014
New Revision: 214870

URL: http://llvm.org/viewvc/llvm-project?rev=214870&view=rev
Log:
ASTMatchers.h: Fix an annotation. [-Wdocumentation-html]

Angle brackets, aka < >, should be escaped.

Modified:
    cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=214870&r1=214869&r2=214870&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Tue Aug  5 10:01:31 2014
@@ -3647,7 +3647,7 @@ AST_MATCHER_P(CaseStmt, hasCaseConstant,
 
 /// \brief Matches CUDA kernel call expression.
 ///
-/// Example matches kernel<<<i,j>>>()
+/// Example matches,
 /// \code
 ///   kernel<<<i,j>>>();
 /// \endcode





More information about the cfe-commits mailing list