diff options
Diffstat (limited to 'include/clang/AST/DataCollection.h')
-rw-r--r-- | include/clang/AST/DataCollection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/DataCollection.h b/include/clang/AST/DataCollection.h index 229ac2bd0f22d..8b2a8345d9415 100644 --- a/include/clang/AST/DataCollection.h +++ b/include/clang/AST/DataCollection.h @@ -7,12 +7,12 @@ // //===----------------------------------------------------------------------===// /// \file -/// \brief This file declares helper methods for collecting data from AST nodes. +/// This file declares helper methods for collecting data from AST nodes. /// /// To collect data from Stmt nodes, subclass ConstStmtVisitor and include /// StmtDataCollectors.inc after defining the macros that you need. This /// provides data collection implementations for most Stmt kinds. Note -/// that that code requires some conditions to be met: +/// that the code requires some conditions to be met: /// /// - There must be a method addData(const T &Data) that accepts strings, /// integral types as well as QualType. All data is forwarded using |