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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to