diff options
Diffstat (limited to 'include/clang/AST/CommentBriefParser.h')
-rw-r--r-- | include/clang/AST/CommentBriefParser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/AST/CommentBriefParser.h b/include/clang/AST/CommentBriefParser.h index 003c337..5d50886 100644 --- a/include/clang/AST/CommentBriefParser.h +++ b/include/clang/AST/CommentBriefParser.h @@ -44,8 +44,7 @@ class BriefParser { public: BriefParser(Lexer &L, const CommandTraits &Traits); - /// Return \\brief paragraph, if it exists; otherwise return the first - /// paragraph. + /// Return the best "brief description" we can find. std::string Parse(); }; |