Package-level declarations
Parameters for configuring the behaviour of Dokka Generator.
Types
Configuration builder that allows creating links leading to externally hosted documentation of your dependencies.
Parameters used to run Dokka Generator to produce either a Dokka Publication or a Dokka Module.
Any subproject can be merged into a single Dokka Publication. To do this, first it must create a Dokka Module. A DokkaModuleDescriptionKxs describes a config file for the Dokka Module that describes its content. This config file will be used by any aggregating project to produce a Dokka Publication with multiple modules.
Configuration builder that allows setting some options for specific packages matched by matchingRegex.
Configuration builder that allows adding a source
link to each signature which leads to remoteUrl with a specific line number (configurable by setting remoteLineSuffix), letting documentation readers find source code for each declaration.
Source set level configuration.
The Kotlin Platform that code is compiled to.
Denotes the visibility modifier of a source code elements.