From c30311e3f9678e97380a6c5111e3c9d3c6d4a372 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Tue, 5 Mar 2019 12:38:18 +0000 Subject: [PATCH] [ASTMatchers] Improved formatting in a documentation comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355395 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/ASTMatchers/ASTMatchersInternal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0