ValueTypeTransformer

Transformer that renames Value and subclasses in the signature to a more human-readable form. For example:

  • NumberValue ->Number

  • IterableValue ->Iterable

  • OutputValue ->Any

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>