Section

Data structure containing the comment section name, comment section contents and pair mapping for 'Params', 'Macros', 'Escapes'.

Members

Functions

isStandard
bool isStandard()

Variables

content
string content;

The section content.

mapping
KeyValuePair[] mapping;

Mapping used by the Params, Macros, and Escapes section types.

name
string name;

The section name.

Meta