Home
last modified time | relevance | path

Searched defs:appendOutline (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DDacOutlineService.kt56 fun appendOutline(to: Appendable, nodes: Iterable<DocumentationNode>) { in appendOutline() method in BookOutlineService
112 fun appendOutline(to: Appendable, nodes: Iterable<DocumentationNode>) { in appendOutline() method in TocOutlineService
H A DOutlineService.kt15 fun appendOutline(location: Location, to: StringBuilder, nodes: Iterable<DocumentationNode>) { in getOutlineFileName() method
H A DHtmlFormatService.kt109 …override fun appendOutline(location: Location, to: StringBuilder, nodes: Iterable<DocumentationNod… in createOutputBuilder() method