Section

Represents a DDoc section.

Constructors

this
this(cstring name, cstring text)

Constructs a Section object.

Members

Functions

Is
bool Is(cstring name2)

Case-insensitively compares the section's name with name2.

wholeText
cstring wholeText()

Returns the section's text including its name.

Variables

name
cstring name;

The name of the section.

text
cstring text;

The text of the section.

Meta