================
@@ -41,7 +42,9 @@ static cl::opt<ActionType> Action(
clEnumValN(GenPropertyDefs, "gen-lldb-property-defs",
"Generate lldb property definitions"),
clEnumValN(GenPropertyEnumDefs, "gen-lldb-property-enum-defs",
- "Generate lldb property enum definitions")));
+ "Generate lldb property enum definitions"),
+ clEnumValN(GenPropertyDocsJson, "gen-lldb-property-docs-json",
+ "Generate lldb property documentation")));
----------------
DavidSpickett wrote:
Add "in JSON format" here. I see what you mean but my mind immediately jumps to
markdown or html, some document format.
https://github.com/llvm/llvm-project/pull/168245
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits