HelpSection

A help text section.

A section is basically something like "Description:", or "Arguments:", etc.

Notes: Instances of this struct aren't ever really supposed to be kept around outside of HelpTextBuilderTechnical, so it's non-copyable.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

addContent
HelpSection addContent(IHelpSectionContent content)

Adds a new piece of content to this section.

Variables

content
IHelpSectionContent[] content;

The content of this section.

name
string name;

The name of the section.

options
HelpSectionOptions options;

The formatting options for this section.

Meta