[clang-tools-extra] [clang-doc] Add a Mustache Markdown generator (PR #177221)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 08:46:24 PST 2026


================
@@ -69,6 +69,8 @@ enum class CommentKind {
   CK_Unknown
 };
 
+enum OutputFormatTy { md, yaml, html, json, md_mustache };
+
----------------
ilovepi wrote:

There's an argument that it could be an enum scoped to the ClangDocContext. I'll leave the decision up to you, since its mostly a question of style.

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


More information about the cfe-commits mailing list