[llvm-branch-commits] [clang-tools-extra] [clang-doc] Update clang-doc tool to enable mustache templates (PR #138066)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 9 20:19:25 PDT 2025


================
@@ -123,7 +113,9 @@ static llvm::cl::opt<OutputFormatTy>
                                 clEnumValN(OutputFormatTy::md, "md",
                                            "Documentation in MD format."),
                                 clEnumValN(OutputFormatTy::html, "html",
-                                           "Documentation in HTML format.")),
+                                           "Documentation in HTML format."),
+                                clEnumValN(OutputFormatTy::mhtml, "mhtml",
+                                           "Documentation in mHTML format")),
----------------
ilovepi wrote:

done.

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


More information about the llvm-branch-commits mailing list