clang-tools 22.0.0git
HTMLMustacheGenerator.cpp File Reference

===-------------------------------------------------------------------—===// 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< MustacheHTMLGeneratorclang::doc::MHTML (MustacheHTMLGenerator::Format, "Generator for mustache HTML output.")

Variables

static std::unique_ptr< MustacheTemplateFileclang::doc::NamespaceTemplate = nullptr
static std::unique_ptr< MustacheTemplateFileclang::doc::RecordTemplate = nullptr

Detailed Description

===-------------------------------------------------------------------—===//

This file contains the implementation of the MustacheHTMLGenerator class, which is Clang-Doc generator for HTML using Mustache templates.

Definition in file HTMLMustacheGenerator.cpp.