From: Dmitri Gribenko Date: Thu, 18 Oct 2012 18:21:40 +0000 (+0000) Subject: Fix more documentation comments in Comment.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae5717de7a6a20df60b7b058eb04c2452e39906;p=clang Fix more documentation comments in Comment.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166203 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h index facfcf9a96..600046b899 100644 --- a/include/clang/AST/Comment.h +++ b/include/clang/AST/Comment.h @@ -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;