mrdocs::Generator

Base class for documentation generators.

Synopsis

Declared in <mrdocs/Generator.hpp>

class Generator;

Member Functions

Name

Description

~Generator [destructor] [virtual]

Destructor.

build

Build reference documentation for the corpus.

buildOne

buildOne overloads

buildOneString

Build the reference as a single page to a string.

displayName [virtual]

Return the display name of the generator.

fileExtension [virtual]

Return the extension or tag of the generator.

id [virtual]

Return the symbolic name of the generator.

Created with MrDocs