HelpSectionOptions

Options on how the text of a section is formatted.

Notes: It is up to the individual IHelpSectionContent implementors to follow these options.

struct HelpSectionOptions {}

Members

Variables

lineCharLimit
size_t lineCharLimit;

How many chars there are per line. This should be seen as a hard limit.

linePrefix
string linePrefix;

The prefix to apply to every new line of text inside the section.

Meta