DokkaPluginParametersBuilder
abstract class DokkaPluginParametersBuilder @Inject @DokkatooInternalApi constructor(name: String, val pluginFqn: String, objects: ObjectFactory) : DokkaPluginParametersBaseSpec(source)
Dynamically create some configuration to control the behaviour of a Dokka Plugin.
This type of builder is necessary to respect Gradle incremental build annotations.
Parameters
pluginFqn
The fully-qualified name of a Dokka Plugin. For example, the Dokka Base plugin's FQN is org.jetbrains.dokka.base.DokkaBase
Functions
Link copied to clipboard
fun DokkaPluginParametersBuilder.files(propertyName: String, filesConfig: ConfigurableFileCollection.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun DokkaPluginParametersBuilder.properties(propertyName: String, build: PluginConfigValue.Values.() -> Unit)
Link copied to clipboard