aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/ASTContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index a3678780f6..7c13907bfe 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -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;