QuarkdocDocumentableReplacerTransformer

open class QuarkdocDocumentableReplacerTransformer(context: DokkaContext) : DocumentableReplacerTransformer

Utility that extends DocumentableReplacerTransformer to allow for easy transformation of functions and parameters while relying on the default behavior of the base class.

Inheritors

Constructors

Link copied to clipboard
constructor(context: DokkaContext)

Properties

Link copied to clipboard
val context: DokkaContext

Functions

Link copied to clipboard
open operator override fun invoke(modules: List<DModule>): List<DModule>