Html Renderer
open class HtmlRenderer(context: DokkaContext) : DefaultRenderer<FlowContent>
Content copied to clipboard
Functions
buildAnchorCopyButton
Link copied to clipboard
buildCodeBlock
Link copied to clipboard
open override fun FlowContent.buildCodeBlock(code: ContentCodeBlock, pageContext: ContentPage)
Content copied to clipboard
buildCodeInline
Link copied to clipboard
open override fun FlowContent.buildCodeInline(code: ContentCodeInline, pageContext: ContentPage)
Content copied to clipboard
buildContentNode
Link copied to clipboard
open fun FlowContent.buildContentNode(node: ContentNode, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
buildDefaultTable
Link copied to clipboard
fun FlowContent.buildDefaultTable(node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
buildDivergent
Link copied to clipboard
open override fun FlowContent.buildDivergent(node: ContentDivergentGroup, pageContext: ContentPage)
Content copied to clipboard
buildDivergentInstance
Link copied to clipboard
open fun FlowContent.buildDivergentInstance(node: ContentDivergentInstance, pageContext: ContentPage)
Content copied to clipboard
buildDRILink
Link copied to clipboard
open override fun FlowContent.buildDRILink(node: ContentDRILink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
buildError
Link copied to clipboard
buildGroup
Link copied to clipboard
open fun FlowContent.buildGroup(node: ContentGroup, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Content copied to clipboard
buildHeader
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
buildLink
Link copied to clipboard
buildListItems
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
buildNavigation
Link copied to clipboard
buildNewLine
Link copied to clipboard
buildPageContent
Link copied to clipboard
buildPlatformDependent
Link copied to clipboard
open override fun FlowContent.buildPlatformDependent(content: PlatformHintedContent, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
buildResolvedLink
Link copied to clipboard
open fun FlowContent.buildResolvedLink(node: ContentResolvedLink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
buildResource
Link copied to clipboard
open override fun FlowContent.buildResource(node: ContentEmbeddedResource, pageContext: ContentPage)
Content copied to clipboard
buildTable
Link copied to clipboard
open override fun FlowContent.buildTable(node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Content copied to clipboard
clickableLogo
Link copied to clipboard
renderPage
Link copied to clipboard