diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-05 15:01:31 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-05 15:01:31 +0000 |
| commit | 7c15dd79de68799a7454e1e33132bbfe3d540179 (patch) | |
| tree | 02b1d37141e3411e7d1dc2074ed09ed2488517b8 /clang | |
| parent | 51d35107ff4bb6f47cd3ab3fd14f3cf274d9369f (diff) | |
| download | bcm5719-llvm-7c15dd79de68799a7454e1e33132bbfe3d540179.tar.gz bcm5719-llvm-7c15dd79de68799a7454e1e33132bbfe3d540179.zip | |
ASTMatchers.h: Fix an annotation. [-Wdocumentation-html]
Angle brackets, aka < >, should be escaped.
llvm-svn: 214870
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/ASTMatchers/ASTMatchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchers.h b/clang/include/clang/ASTMatchers/ASTMatchers.h index 30550e0b06b..fc15454c452 100644 --- a/clang/include/clang/ASTMatchers/ASTMatchers.h +++ b/clang/include/clang/ASTMatchers/ASTMatchers.h @@ -3647,7 +3647,7 @@ AST_MATCHER_P(CaseStmt, hasCaseConstant, internal::Matcher<Expr>, /// \brief Matches CUDA kernel call expression. /// -/// Example matches kernel<<<i,j>>>() +/// Example matches, /// \code /// kernel<<<i,j>>>(); /// \endcode |

