summaryrefslogtreecommitdiff
path: root/include/clang/AST/DataCollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/DataCollection.h')
-rw-r--r--include/clang/AST/DataCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DataCollection.h b/include/clang/AST/DataCollection.h
index 5d551a822e..8b2a8345d9 100644
--- a/include/clang/AST/DataCollection.h
+++ b/include/clang/AST/DataCollection.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
/// \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