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 24117f7 commit 4bff9fdCopy full SHA for 4bff9fd
llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn
@@ -22,7 +22,6 @@ static_library("clang-doc") {
22
"ClangDoc.cpp",
23
"Generators.cpp",
24
"HTMLGenerator.cpp",
25
- "HTMLMustacheGenerator.cpp",
26
"JSONGenerator.cpp",
27
"MDGenerator.cpp",
28
"Mapper.cpp",
llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
@@ -40,7 +40,6 @@ unittest("ClangDocTests") {
40
"ClangDocTest.cpp",
41
"GeneratorTest.cpp",
42
"HTMLGeneratorTest.cpp",
43
- "HTMLMustacheGeneratorTest.cpp",
44
"JSONGeneratorTest.cpp",
45
"MDGeneratorTest.cpp",
46
"MergeTest.cpp",
0 commit comments