Home
last modified time | relevance | path

Searched refs:appendChildren (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/test/kotlin/
DTestAPI.kt243 fun StringBuilder.appendChildren(node: ContentBlock): StringBuilder { in StringBuilder() method
256 is ContentEmphasis -> append("*").appendChildren(node).append("*") in StringBuilder()
262 appendChildren(node) in StringBuilder()
268 appendChildren(node) in StringBuilder()
274 appendChildren(node) in StringBuilder()
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt87 packageNode.appendChildren(classes) { build() } in appendFile()
160 fun <T : Any> DocumentationNode.appendChildren(elements: Array<T>, in appendFile() method in org.jetbrains.dokka.JavaPsiDocumentationBuilder
195 appendChildren(elements, RefKind.Member, buildFn) in appendFile()
198 appendChildren(elements, RefKind.Detail, buildFn) in appendFile()