From: NAKAMURA Takumi Date: Wed, 15 Nov 2017 06:53:45 +0000 (+0000) Subject: ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5188acd0cc627687911111bf2a8b4aa5f4f4872;p=clang ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatchers.h index 657ce126d4..b91e4bb6b7 100644 --- a/include/clang/ASTMatchers/ASTMatchers.h +++ b/include/clang/ASTMatchers/ASTMatchers.h @@ -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