From: Dmitri Gribenko Date: Tue, 5 Mar 2019 12:38:18 +0000 (+0000) Subject: [ASTMatchers] Improved formatting in a documentation comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c30311e3f9678e97380a6c5111e3c9d3c6d4a372;p=clang [ASTMatchers] Improved formatting in a documentation comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchersInternal.h b/include/clang/ASTMatchers/ASTMatchersInternal.h index 6a71d41a42..474987748c 100644 --- a/include/clang/ASTMatchers/ASTMatchersInternal.h +++ b/include/clang/ASTMatchers/ASTMatchersInternal.h @@ -1547,8 +1547,7 @@ inline bool ValueEqualsMatcher::matchesNode( /// given matchers, if SourceT can be dynamically casted into TargetT. /// /// For example: -/// const VariadicDynCastAllOfMatcher< -/// Decl, CXXRecordDecl> record; +/// const VariadicDynCastAllOfMatcher record; /// Creates a functor record(...) that creates a Matcher given /// a variable number of arguments of type Matcher. /// The returned matcher matches if the given Decl can by dynamically