[clang-tools-extra] [Clang-doc] Display values and comments in MD (PR #183754)

Samrudh Nelli via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 06:11:21 PST 2026


================
@@ -67,6 +67,30 @@ static void writeSourceFileRef(const ClangDocContext &CDCtx, const Location &L,
   OS << "\n\n";
 }
 
+static std::string genRawText(const std::vector<CommentInfo> &Comments) {
----------------
SamrudhNelli wrote:

Renamed the function to more suitable `genCommentString()`.

https://github.com/llvm/llvm-project/pull/183754


More information about the cfe-commits mailing list