]> granicus.if.org Git - clang/commitdiff
Fix more documentation comments in Comment.h
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 18 Oct 2012 18:21:40 +0000 (18:21 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 18 Oct 2012 18:21:40 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166203 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Comment.h

index facfcf9a964f2c14d1ba2eac8aa201169faeaae6..600046b89989058cbfff0fdcebc566f1944e724a 100644 (file)
@@ -981,7 +981,7 @@ struct DeclInfo {
   /// 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 @@ struct DeclInfo {
   /// 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;