DokkaPublication
abstract class DokkaPublication @DokkatooInternalApi @Inject constructor(val formatName: String, pluginsConfiguration: DokkaPluginParametersContainer) : Named, Serializable, ExtensionAware(source)
A DokkaPublication describes a single Dokka output.
Each Publication has its own set of Gradle tasks and org.gradle.api.artifacts.Configurations.
The type of site is determined by the Dokka Plugins. By default, an HTML site will be generated. By default, Dokka will create publications for HTML, Jekyll, and GitHub Flavoured Markdown.
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Renamed - use outputDirectory instead.
Link copied to clipboard
Output directory for the finished Dokka publication.
Link copied to clipboard
Configurations for Dokka Generator Plugins.
Link copied to clipboard
Link copied to clipboard