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 1610d41 commit 61a98ebCopy full SHA for 61a98eb
llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
@@ -1,7 +1,15 @@
1
copy("assets") {
2
sources = [
3
"../assets/clang-doc-default-stylesheet.css",
4
+ "../assets/clang-doc-mustache.css",
5
+ "../assets/class-template.mustache",
6
+ "../assets/comment-template.mustache",
7
+ "../assets/enum-template.mustache",
8
+ "../assets/function-template.mustache",
9
"../assets/index.js",
10
+ "../assets/mustache-index.js",
11
+ "../assets/namespace-template.mustache",
12
+ "../assets/template.mustache",
13
]
14
outputs = [ "$root_build_dir/share/clang-doc/{{source_file_part}}" ]
15
}
0 commit comments