[cfe-commits] r166203 - /cfe/trunk/include/clang/AST/Comment.h
Dmitri Gribenko
gribozavr at gmail.com
Thu Oct 18 11:21:40 PDT 2012
Author: gribozavr
Date: Thu Oct 18 13:21:40 2012
New Revision: 166203
URL: http://llvm.org/viewvc/llvm-project?rev=166203&view=rev
Log:
Fix more documentation comments in Comment.h
Modified:
cfe/trunk/include/clang/AST/Comment.h
Modified: cfe/trunk/include/clang/AST/Comment.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Comment.h?rev=166203&r1=166202&r2=166203&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Comment.h (original)
+++ cfe/trunk/include/clang/AST/Comment.h Thu Oct 18 13:21:40 2012
@@ -981,7 +981,7 @@
/// If false, only \c CommentDecl is valid.
unsigned IsFilled : 1;
- /// Simplified kind of \c CommentDecl, see\c DeclKind enum.
+ /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
unsigned Kind : 3;
/// Is \c CommentDecl a template declaration.
@@ -990,7 +990,7 @@
/// Is \c CommentDecl an ObjCMethodDecl.
unsigned IsObjCMethod : 1;
- /// Is \c ThisDecl a non-static member function of C++ class or
+ /// Is \c CommentDecl a non-static member function of C++ class or
/// instance method of ObjC class.
/// Can be true only if \c IsFunctionDecl is true.
unsigned IsInstanceMethod : 1;
More information about the cfe-commits
mailing list