BaseModule.suppressIndent

Set indent suppression from this point and all children.

Number of levels to suppress indent of children. Propagated to leafs.

It can't suppress indent to lower than parent. To suppress further use suppressThisIndent.

class BaseModule
void
suppressIndent
pure nothrow @nogc
(
int levels
)

Parameters

levels
Type: int

nr of indentation levels to suppress

Meta