diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-21 21:35:58 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-21 21:35:58 +0000 |
commit | 59c91c8d0000af8f8a1022ee0f0eec46c397b347 (patch) | |
tree | 3737e8a044753368eaee1f7e88d1a582a7210bf1 | |
parent | 0ac4ec7f1c79a13f813fa644997a4b89ac0ba3aa (diff) |
Update comment to match the reality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162316 91177308-0d34-0410-b5e6-96231b3b80d8
-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 003c33727e..5d50886063 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(); }; |