Dokka Task Partial
Properties
Whether to fail documentation generation if Dokka has emitted a warning or an error. Will wait until all errors and warnings have been emitted first.
Display name used to refer to the module. Used for ToC, navigation, logging, etc.
Module version.
Whether to resolve remote files/links over network.
Directory to which documentation will be generated, regardless of format. Can be set on per-task basis.
Configuration for Dokka plugins. This property is not expected to be used directly - if possible, use pluginConfiguration blocks (preferred) or pluginsMapConfiguration instead.
JSON configuration of Dokka plugins.
Whether to suppress inherited members that aren't explicitly overridden in a given class.
Whether to suppress obvious functions.
Functions
Serializes DokkaConfiguration of this AbstractDokkaTask as json
Type-safe configuration for a Dokka plugin.