Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Generation/
DGenerator.kt12 fun Generator.buildAll(nodes: Iterable<DocumentationNode>) { in buildPages() method
23 fun Generator.buildAll(node: DocumentationNode): Unit = buildAll(listOf(node)) in buildPage() method