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.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

makeSymbol
Element makeSymbol()

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

put
void put(T app)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
auto make()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

doc
Document doc;
Undocumented in source.
symbols
Element symbols;
Undocumented in source.

Meta