CustomXmlFormatter

Customizable formatter.

struct CustomXmlFormatter (
char indentCharP
uint indentSizeP
) {}

Members

Manifest constants

indentChar
enum indentChar;
indentSize
enum indentSize;

Mixin templates

Mixin
mixintemplate Mixin(alias formatter)
Undocumented in source.

Variables

enabled
bool enabled;

Implementation of formatter interface.

Meta