PrettyPrinters.Indenter

A pretty-printer that indents the nodes with a tabulation character '\t' per level of nesting.

Alias This

minimalizer

Members

Functions

beforeNode
void beforeNode(Out output)
Undocumented in source. Be warned that the author may not have intended to support it.
decreaseLevel
void decreaseLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
increaseLevel
void increaseLevel()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

afterNode
enum string afterNode;
Undocumented in source.
attributeDelimiter
enum string attributeDelimiter;
Undocumented in source.
indentation
uint indentation;
Undocumented in source.
minimalizer
Minimalizer minimalizer;
Undocumented in source.
tab
enum string tab;
Undocumented in source.

Meta