ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]

llvm-svn: 318274
This commit is contained in:
NAKAMURA Takumi 2017-11-15 06:53:45 +00:00
parent 5ce714a334
commit 14d7cf66a1
1 changed files with 2 additions and 2 deletions

View 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