Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Formats/
DDacOutlineService.kt265 val pageNodes = node.getAllPageNodes() in computeOutlineURI()
293 private fun DocumentationNode.getAllPageNodes(): Iterable<DocumentationNode> { in DocumentationNode() method in DacSearchOutlineService