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)
llvm-svn: 318274

clang/include/clang/ASTMatchers/ASTMatchers.h

index 657ce12..b91e4bb 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