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