RenamingsStorer

Transformer that, instead of performing transformations, stores the old-new function name pairs into RenamingsStorage. This should be executed before other transformers that rely on the renamings.

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>