We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23803f commit 8cc7ee4Copy full SHA for 8cc7ee4
llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
@@ -1,6 +1,15 @@
1
+copy("assets") {
2
+ sources = [
3
+ "../assets/index.js",
4
+ "../assets/clang-doc-default-stylesheet.css",
5
+ ]
6
+ outputs = [ "$root_build_dir/share/clang/{{source_file_part}}" ]
7
+}
8
+
9
executable("clang-doc") {
10
configs += [ "//llvm/utils/gn/build:clang_code" ]
11
deps = [
12
+ ":assets",
13
"//clang-tools-extra/clang-doc",
14
"//clang/lib/AST",
15
"//clang/lib/ASTMatchers",
0 commit comments