|
clang-tools 22.0.0git
|
This file contains the implementation of the HTMLGenerator class, which is a Clang-Doc generator for HTML using Mustache templates. More...
#include "Generators.h"#include "Representation.h"#include "support/File.h"#include "llvm/Support/Error.h"#include "llvm/Support/Path.h"Go to the source code of this file.
Classes | |
| class | clang::doc::HTMLGenerator |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
Functions | |
| static GeneratorRegistry::Add< HTMLGenerator > | clang::doc::HTML (HTMLGenerator::Format, "Generator for mustache HTML output.") |
Variables | |
| static std::unique_ptr< MustacheTemplateFile > | clang::doc::NamespaceTemplate = nullptr |
| static std::unique_ptr< MustacheTemplateFile > | clang::doc::RecordTemplate = nullptr |
This file contains the implementation of the HTMLGenerator class, which is a Clang-Doc generator for HTML using Mustache templates.
Definition in file HTMLGenerator.cpp.