]> granicus.if.org Git - clang/commitdiff
ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 15 Nov 2017 06:53:45 +0000 (06:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 15 Nov 2017 06:53:45 +0000 (06:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318274 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/ASTMatchers/ASTMatchers.h

index 657ce126d4639236f13ddd09a06633fdf4d72e6b..b91e4bb6b77a9d48e07478b83c28abe2ebc66715 100644 (file)
@@ -1265,9 +1265,9 @@ const internal::VariadicDynCastAllOfMatcher<
   Decl,
   ObjCPropertyDecl> objcPropertyDecl;
 
-/// \brief Matches Objective-C @throw statements.
+/// \brief Matches Objective-C \@throw statements.
 ///
-/// Example matches @throw
+/// Example matches \@throw
 /// \code
 ///   @throw obj;
 /// \endcode