CliOptions class
Options, as seen by the application. Most are mandatory.
Signature
export declare class CliOptions
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
Relative to the docs home, like | ||
string |
Relative to the docs folder, like | ||
string |
Site base URL, like / or /xxx/. | ||
string | undefined |
(Optional) Relative to the current | ||
string |
Relative to the current website folder, default | ||
boolean |
Boolean to control debug verbosity. | ||
string |
Relative to the web home, like | ||
string |
Relative to the current website folder, like | ||
string |
Relative to the current website folder, like | ||
string |
String identifier in case of multiple instances. | ||
string |
Relative to | ||
boolean |
Boolean to list the pages at the top of the sidebar. | ||
string |
The title to be displayed on the main page. | ||
string |
Relative to the current website folder. | ||
string |
Short text to be displayed in the top navigation bar. | ||
string |
Location of original Doxygen pages 'For comparison, the original Doxygen html pages, styled with the doxygen-awesome-css plugin, continue to be available via the | ||
boolean |
Boolean to render the program listing in the File pages. | ||
boolean |
Boolean to render the program listing in the member definitions sections. | ||
string |
Relative to the current website folder. | ||
string |
Short text to be displayed in the sidebar. | ||
boolean |
Boolean to control if the TODO suggestions are shown. | ||
boolean |
Boolean to control verbosity. |
Methods
Method |
Modifiers |
Description |
---|---|---|