DokkaHtmlPluginParameters
abstract class DokkaHtmlPluginParameters @DokkatooInternalApi @Inject constructor(name: String) : DokkaPluginParametersBaseSpec(source)
Configuration for Dokka's base HTML format
Properties
Link copied to clipboard
List of paths for image assets to be bundled with documentation. The image assets can have any file extension.
Link copied to clipboard
List of paths for .css
stylesheets to be bundled with documentation and used for rendering.
Link copied to clipboard
The text displayed in the footer.
Link copied to clipboard
Creates a link to the project's homepage URL in the HTML header.
Link copied to clipboard
This is a boolean option. If set to true
, Dokka merges declarations that are not declared as expect/actual, but have the same fully qualified name. This can be useful for legacy codebases.
Link copied to clipboard
This is a boolean option. If set to true
, Dokka renders properties/functions and inherited properties/inherited functions separately.
Link copied to clipboard
Path to the directory containing custom HTML templates.