Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DFormatService.kt10 interface FormatService { interface
30 fun FormatService.format(location: Location, nodes: Iterable<DocumentationNode>): String = StringBu… in appendNodes() method