pluginParameters
fun DokkaPluginParametersContainer.pluginParameters(pluginFqn: String, configure: DokkaPluginParametersBuilder.() -> Unit)(source)
Dynamically create some configuration to control the behaviour of a Dokka Plugin.
Parameters
pluginFqn
The fully-qualified name of a Dokka Plugin. For example, the FQN of the Dokka Base plugin is org.jetbrains.dokka.base.DokkaBase