forked from OSchip/llvm-project
ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]
llvm-svn: 318274
This commit is contained in:
parent
5ce714a334
commit
14d7cf66a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue