map

abstract fun map(node: WithChildren<*>): WithChildren<*>

Maps a documentation node using the registered mappers.

Return

the mapped documentation node

Parameters

node

the documentation node to map


open fun map(documentation: DokkaDocumentation): DokkaDocumentation

Maps a full documentation using the registered mappers.

Return

the mapped documentation

Parameters

documentation

the documentation node to map