Improved the doc comment for getCommentsInFile
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 14 Aug 2019 11:11:52 +0000 (11:11 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 14 Aug 2019 11:11:52 +0000 (11:11 +0000)
Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D66209

llvm-svn: 368827

clang/include/clang/AST/RawCommentList.h

index 813e1ed..1eea56d 100644 (file)
@@ -199,7 +199,8 @@ public:
   void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
                   llvm::BumpPtrAllocator &Allocator);
 
-  /// \returns nullptr in case there are no comments in in \p File.
+  /// \returns A mapping from an offset of the start of the comment to the
+  /// comment itself, or nullptr in case there are no comments in \p File.
   const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
 
   bool empty() const;