forked from OSchip/llvm-project
[ASTMatchers] Improved formatting in a documentation comment
llvm-svn: 355395
This commit is contained in:
parent
9e3f7d8ad0
commit
8a3b7d390c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue