clang-tools 23.0.0git
MDMustacheGenerator.cpp File Reference

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< MDMustacheGeneratorclang::doc::MDMustache (MDMustacheGenerator::Format, "Generator for mustache Markdown output.")

Variables

static OwnedPtr< MustacheTemplateFileclang::doc::RecordTemplate = nullptr
static OwnedPtr< MustacheTemplateFileclang::doc::NamespaceTemplate = nullptr
static OwnedPtr< MustacheTemplateFileclang::doc::AllFilesTemplate = nullptr
static OwnedPtr< MustacheTemplateFileclang::doc::IndexTemplate = nullptr

Detailed Description

Contains the Markdown generator using Mustache template files.

Definition in file MDMustacheGenerator.cpp.