TemplateConfig

Encapsulate the xml data that is used to generate the prettified string to be written to the filesystem.

Responsible for storing the xml-data and stringification. Nothing else.

@safe
struct TemplateConfig {
Document doc;
Element symbols;
}

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

makeSymbol
Element makeSymbol()

TODO change to @safe when the base compiler is upgraded to 2.074+

Meta