|
clang-tools 22.0.0git
|
===-------------------------------------------------------------------—===// 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::MustacheHTMLGenerator |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
Functions | |
| static GeneratorRegistry::Add< MustacheHTMLGenerator > | clang::doc::MHTML (MustacheHTMLGenerator::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 MustacheHTMLGenerator class, which is Clang-Doc generator for HTML using Mustache templates.
Definition in file HTMLMustacheGenerator.cpp.