[cfe-commits] r162316 - /cfe/trunk/include/clang/AST/CommentBriefParser.h

Dmitri Gribenko gribozavr at gmail.com
Tue Aug 21 14:35:58 PDT 2012


Author: gribozavr
Date: Tue Aug 21 16:35:58 2012
New Revision: 162316

URL: http://llvm.org/viewvc/llvm-project?rev=162316&view=rev
Log:
Update comment to match the reality.

Modified:
    cfe/trunk/include/clang/AST/CommentBriefParser.h

Modified: cfe/trunk/include/clang/AST/CommentBriefParser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentBriefParser.h?rev=162316&r1=162315&r2=162316&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CommentBriefParser.h (original)
+++ cfe/trunk/include/clang/AST/CommentBriefParser.h Tue Aug 21 16:35:58 2012
@@ -44,8 +44,7 @@
 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();
 };
 





More information about the cfe-commits mailing list