Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DDacOutlineService.kt85 fun appendOutlineLevel(to: Appendable, body: () -> Unit) { in appendOutlineLevel() method in BookOutlineService
168 fun appendOutlineLevel(body: () -> Unit) { in appendOutlineLevel() method
H A DOutlineService.kt12 fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) in getOutlineFileName() method
H A DYamlOutlineService.kt19 override fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) { in appendOutlineLevel() method in org.jetbrains.dokka.YamlOutlineService
H A DHtmlFormatService.kt127 override fun appendOutlineLevel(to: StringBuilder, body: () -> Unit) { in appendOutlineLevel() method