clang-tools 23.0.0git
HTMLGenerator.cpp File Reference

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.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::doc

Functions

static GeneratorRegistry::Add< HTMLGenerator > HTML (HTMLGenerator::Format, "Generator for mustache HTML output.")

Detailed Description

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.

Function Documentation

◆ HTML()

GeneratorRegistry::Add< HTMLGenerator > HTML ( HTMLGenerator::Format ,
"Generator for mustache HTML output."  )
static