GeneratorSettings

Members

Variables

enumMemberPages
bool enumMemberPages;

Creates a page per enum member instead of putting everything into a single table.

fileNameStyle
MethodStyle fileNameStyle;

Defines how symbol names are mapped to file names when generating file based documentation (useful for case insensitive file systems)

focusSearchField
bool focusSearchField;

focus search field on load

highlightInlineCode
bool highlightInlineCode;

Enables syntax highlighting for inline code

htmlOutputStyle
HTMLOutputStyle htmlOutputStyle;

Select HTML style (e.g. compact, pretty)

siteUrl
URL siteUrl;

used for sitemap generation and for determining the URL prefix in registerApiDocs()

Meta