Searched refs:HTMLGenerator (Results 1 – 3 of 3) sorted by relevance
12 HTMLGenerator.cpp
828 class HTMLGenerator : public Generator { class837 const char *HTMLGenerator::Format = "html";839 llvm::Error HTMLGenerator::generateDocForInfo(Info *I, llvm::raw_ostream &OS, in generateDocForInfo()985 llvm::Error HTMLGenerator::createResources(ClangDocContext &CDCtx) { in createResources()1006 static GeneratorRegistry::Add<HTMLGenerator> HTML(HTMLGenerator::Format,
23 "HTMLGenerator.cpp",