r174112 - Escape backslash in the comment.

Dmitri Gribenko gribozavr at gmail.com
Thu Jan 31 15:20:07 PST 2013


Author: gribozavr
Date: Thu Jan 31 17:20:06 2013
New Revision: 174112

URL: http://llvm.org/viewvc/llvm-project?rev=174112&view=rev
Log:
Escape backslash in the comment.

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

Modified: cfe/trunk/include/clang/AST/CommentCommandTraits.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentCommandTraits.h?rev=174112&r1=174111&r2=174112&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CommentCommandTraits.h (original)
+++ cfe/trunk/include/clang/AST/CommentCommandTraits.h Thu Jan 31 17:20:06 2013
@@ -68,8 +68,8 @@ struct CommandInfo {
 
   /// True if this command is \\deprecated or an alias.
   unsigned IsDeprecatedCommand : 1;
-  
-  /// \brief True if this is a \headerfile-like documentation
+
+  /// \brief True if this is a \\headerfile-like command.
   unsigned IsHeaderfileCommand : 1;
 
   /// True if we don't want to warn about this command being passed an empty





More information about the cfe-commits mailing list