Home
last modified time | relevance | path

Searched defs:appendOutlineHeader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DDacOutlineService.kt73 fun appendOutlineHeader(node: DocumentationNode, to: Appendable) { in appendOutlineHeader() method
128 fun appendOutlineHeader(node: DocumentationNode, to: Appendable) { in appendOutlineHeader() method
H A DOutlineService.kt11 fun appendOutlineHeader(location: Location, node: DocumentationNode, to: StringBuilder) in getOutlineFileName() method
H A DYamlOutlineService.kt13 … override fun appendOutlineHeader(location: Location, node: DocumentationNode, to: StringBuilder) { in getOutlineFileName() method in org.jetbrains.dokka.YamlOutlineService
H A DHtmlFormatService.kt119 … override fun appendOutlineHeader(location: Location, node: DocumentationNode, to: StringBuilder) { in appendOutlineHeader() method