[ASTMatchers] Improved formatting in a documentation comment

llvm-svn: 355395
This commit is contained in:
Dmitri Gribenko 2019-03-05 12:38:18 +00:00
parent 9e3f7d8ad0
commit 8a3b7d390c
1 changed files with 1 additions and 2 deletions

View 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