diff options
Diffstat (limited to 'include/clang/Parse/ParseAST.h')
-rw-r--r-- | include/clang/Parse/ParseAST.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Parse/ParseAST.h b/include/clang/Parse/ParseAST.h index 34c96816ebdf6..34b04060346f8 100644 --- a/include/clang/Parse/ParseAST.h +++ b/include/clang/Parse/ParseAST.h @@ -23,7 +23,7 @@ namespace clang { class CodeCompleteConsumer; class Sema; - /// \brief Parse the entire file specified, notifying the ASTConsumer as + /// Parse the entire file specified, notifying the ASTConsumer as /// the file is parsed. /// /// This operation inserts the parsed decls into the translation @@ -42,7 +42,7 @@ namespace clang { CodeCompleteConsumer *CompletionConsumer = nullptr, bool SkipFunctionBodies = false); - /// \brief Parse the main file known to the preprocessor, producing an + /// Parse the main file known to the preprocessor, producing an /// abstract syntax tree. void ParseAST(Sema &S, bool PrintStats = false, bool SkipFunctionBodies = false); |