]> granicus.if.org Git - clang/commitdiff
Fix comment: refer to documentation comments in general, not just Doxygen comments.
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 26 Jun 2012 17:54:58 +0000 (17:54 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 26 Jun 2012 17:54:58 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159214 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index a3678780f682f2143945f66e7559c8af62c8606d..7c13907bfec546574ab22306879fc3502d793ab2 100644 (file)
@@ -429,7 +429,7 @@ public:
   /// with a given declaration.
   mutable llvm::DenseMap<const Decl *, const RawComment *> DeclComments;
 
-  /// \brief Return the Doxygen-style comment attached to a given declaration,
+  /// \brief Return the documentation comment attached to a given declaration,
   /// without looking into cache.
   const RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
 
@@ -438,7 +438,7 @@ public:
     Comments.addComment(RC);
   }
 
-  /// \brief Return the Doxygen-style comment attached to a given declaration.
+  /// \brief Return the documentation comment attached to a given declaration.
   /// Returns NULL if no comment is attached.
   const RawComment *getRawCommentForDecl(const Decl *D) const;