|
clang-tools 23.0.0git
|
Contains the Markdown generator using Mustache template files. More...
#include "Generators.h"Go to the source code of this file.
Classes | |
| struct | clang::doc::MDMustacheGenerator |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
Functions | |
| static GeneratorRegistry::Add< MDMustacheGenerator > | clang::doc::MDMustache (MDMustacheGenerator::Format, "Generator for mustache Markdown output.") |
Variables | |
| static OwnedPtr< MustacheTemplateFile > | clang::doc::RecordTemplate = nullptr |
| static OwnedPtr< MustacheTemplateFile > | clang::doc::NamespaceTemplate = nullptr |
| static OwnedPtr< MustacheTemplateFile > | clang::doc::AllFilesTemplate = nullptr |
| static OwnedPtr< MustacheTemplateFile > | clang::doc::IndexTemplate = nullptr |
Contains the Markdown generator using Mustache template files.
Definition in file MDMustacheGenerator.cpp.