[clang-tools-extra] [clang-doc] add enum test (PR #97679)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 03:59:41 PDT 2024
================
@@ -0,0 +1,38 @@
+// RUN: clang-doc --format=html --doxygen --output=%t/docs --executor=standalone %s
+// RUN: clang-doc --format=md --doxygen --output=%t/docs --executor=standalone %s
----------------
PeterChou1 wrote:
sorry I've realize originally that we didn't need to explicitly mkdir but its probably better to explicitly specify it
https://github.com/llvm/llvm-project/pull/97679
More information about the cfe-commits
mailing list