Package org. jetbrains. dokka. base. renderers. html
Types
Link copied to clipboard
Link copied to clipboard
class CustomResourceInstaller(val dokkaContext: DokkaContext) : PageTransformer
Content copied to clipboard
Link copied to clipboard
open class HtmlRenderer(context: DokkaContext) : DefaultRenderer<FlowContent>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class NavigationNode( val name: String, val dri: DRI, val sourceSets: Set<DisplaySourceSet>, val children: List<NavigationNode>) : WithChildren<NavigationNode>
Content copied to clipboard
Link copied to clipboard
class NavigationPage( val root: NavigationNode, val moduleName: String, val context: DokkaContext) : RendererSpecificPage
Content copied to clipboard
Link copied to clipboard
open class NavigationPageInstaller(val context: DokkaContext) : NavigationDataProvider, PageTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class SearchbarDataInstaller(val context: DokkaContext) : PageTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SourcesetDependencyAppender(val context: DokkaContext) : PageTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TemplateCommand(initialAttributes: Map<String, String>, consumer: TagConsumer<*>) : HTMLTag, CommonAttributeGroupFacadeFlowInteractivePhrasingContent
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun FlowContent.buildTextBreakableAfterCapitalLetters(name: String, hasLastElement: Boolean = false)
Content copied to clipboard
Link copied to clipboard
fun FlowOrMetaDataContent.templateCommand(data: Command, block: TemplateBlock = {})
Content copied to clipboard
fun <T> TagConsumer<T>.templateCommand(data: Command, block: TemplateBlock = {}): T
Content copied to clipboard
Link copied to clipboard
fun <T : Appendable> T.templateCommandAsHtmlComment(command: Command, action: T.() -> Unit)
Content copied to clipboard
fun FlowOrMetaDataContent.templateCommandAsHtmlComment(data: Command, block: FlowOrMetaDataContent.() -> Unit = {})
Content copied to clipboard
Link copied to clipboard
fun templateCommandFor(data: Command, consumer: TagConsumer<*>): TemplateCommand
Content copied to clipboard
Link copied to clipboard
fun NavigationNode.transform(block: (NavigationNode) -> NavigationNode): NavigationNode
Content copied to clipboard
fun NavigationPage.transform(block: (NavigationNode) -> NavigationNode): NavigationPage
Content copied to clipboard