================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits