|
clang-tools 23.0.0git
|
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.") |
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.
|
static |