Package-level declarations
Types
Link copied to clipboard
An implementation of DocumentationMapper that performs a deep mapping of documentation nodes down the node tree.
Link copied to clipboard
interface DocumentationMapper
A fluent mapper for transforming documentation nodes.
Link copied to clipboard
interface DocumentationReferencesTransformer
Entity that transforms references of org.jetbrains.dokka.model.Documentables within a KDoc documentation.
Link copied to clipboard
Link copied to clipboard
A simple implementation of DocumentationMapper that performs a shallow mapping of documentation nodes.
Functions
Link copied to clipboard
fun mapDocumentation(documentation: DokkaDocumentation, deep: Boolean = true, block: DocumentationMapper.() -> Unit): DokkaDocumentation
DSL for DocumentationMapper.