NewSectionDocumentablePageTransformer

abstract class NewSectionDocumentablePageTransformer<D : Documentable, T>(title: String, context: DokkaContext) : DocumentablePageTransformer<D>

A org.jetbrains.dokka.transformers.pages.PageTransformer that creates a new titled section in the documentation page of a Documentable. For instance, Parameters, Return, See also, etc. are titled sections.

Parameters

D

the type of Documentable that owns the page

T

the type of data to be extracted from the Documentable and displayed in the section

Inheritors

Constructors

Link copied to clipboard
constructor(title: String, context: DokkaContext)

Functions

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