Macro

The DDoc macro class.

Constructors

this
this(cstring name, cstring text)

Constructs a Macro object.

Members

Enums

Marker
enum Marker

Enum of special marker characters.

Static functions

convert
cstring convert(cstring text)

Converts a macro text to the internal format.

Variables

callLevel
uint callLevel;

The recursive call level.

name
cstring name;

The name of the macro.

text
cstring text;

The substitution text.

Meta