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 daab868 commit 05328e9Copy full SHA for 05328e9
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
@@ -395,7 +395,6 @@ Example usage for a project using a compile commands database:
395
OutDirectory.c_str(), Err.message().c_str()));
396
}
397
398
-
399
// Run the generator.
400
llvm::outs() << "Generating docs...\n";
401
ExitOnErr(G->generateDocs(OutDirectory, std::move(USRToInfo), CDCtx));
0 commit comments