diff options
-rw-r--r-- | clang/include/clang/ASTMatchers/ASTMatchers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchers.h b/clang/include/clang/ASTMatchers/ASTMatchers.h index 657ce126d46..b91e4bb6b77 100644 --- a/clang/include/clang/ASTMatchers/ASTMatchers.h +++ b/clang/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 |