]> granicus.if.org Git - clang/commitdiff
[ASTMatchers] Improved formatting in a documentation comment
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 5 Mar 2019 12:38:18 +0000 (12:38 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 5 Mar 2019 12:38:18 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355395 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/ASTMatchers/ASTMatchersInternal.h

index 6a71d41a42df1c8518033b4763e20a613173b90a..474987748c54fa233cb39caa3b067ba083061f3b 100644 (file)
@@ -1547,8 +1547,7 @@ inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(
 /// given matchers, if SourceT can be dynamically casted into TargetT.
 ///
 /// For example:
-///   const VariadicDynCastAllOfMatcher<
-///       Decl, CXXRecordDecl> record;
+///   const VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> record;
 /// Creates a functor record(...) that creates a Matcher<Decl> given
 /// a variable number of arguments of type Matcher<CXXRecordDecl>.
 /// The returned matcher matches if the given Decl can by dynamically