Html Renderer
open class HtmlRenderer(context: DokkaContext) : DefaultRenderer<FlowContent>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildCodeBlock(code: ContentCodeBlock, pageContext: ContentPage)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildCodeInline(code: ContentCodeInline, pageContext: ContentPage)
Content copied to clipboard
Link copied to clipboard
open fun FlowContent.buildContentNode( node: ContentNode, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
Link copied to clipboard
fun FlowContent.buildDefaultTable( node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildDivergent(node: ContentDivergentGroup, pageContext: ContentPage)
Content copied to clipboard
Link copied to clipboard
open fun FlowContent.buildDivergentInstance(node: ContentDivergentInstance, pageContext: ContentPage)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildDRILink( node: ContentDRILink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun FlowContent.buildGroup( node: ContentGroup, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildHeader( level: Int, node: ContentHeader, content: FlowContent.() -> Unit)
Content copied to clipboard
open fun FlowContent.buildHeader( node: ContentHeader, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun OL.buildListItems( items: List<ContentNode>, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
open fun UL.buildListItems( items: List<ContentNode>, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildPlatformDependent( content: PlatformHintedContent, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
Link copied to clipboard
open fun FlowContent.buildResolvedLink( node: ContentResolvedLink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildResource(node: ContentEmbeddedResource, pageContext: ContentPage)
Content copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildTable( node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
Link copied to clipboard
This is deliberately left open for plugins that have some other pages above ours and would like to link to them instead of ours when clicking the logo
Link copied to clipboard