We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b856952 commit 7d764dbCopy full SHA for 7d764db
clang-tools-extra/test/clang-doc/templates.cpp
@@ -1,10 +1,7 @@
1
// RUN: rm -rf %t
2
// RUN: mkdir %t
3
-// RUN: echo "" > %t/compile_flags.txt
4
-// RUN: cp "%s" "%t/test.cpp"
5
-// RUN: clang-doc --doxygen --executor=standalone -p %t %t/test.cpp -output=%t/docs
+// RUN: clang-doc --doxygen --executor=standalone %s -output=%t/docs
6
// RUN: cat %t/docs/index.yaml | FileCheck %s --check-prefix=YAML
7
-// RUN: rm -rf %t
8
9
// YAML: ---
10
// YAML-NEXT: USR: '{{([0-9A-F]{40})}}'
0 commit comments