DocumentablePageTransformer

abstract class DocumentablePageTransformer<D : Documentable>(context: DokkaContext) : PageTransformer

A PageTransformer that features a ready-to-use content builder for building documentation pages for Documentables of type D.

Parameters

D

the type of Documentable that should own the page

Inheritors

Constructors

Link copied to clipboard
constructor(context: DokkaContext)

Functions

Link copied to clipboard
open operator override fun invoke(input: RootPageNode): RootPageNode