Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Locations/
DLocation.kt33 fun relativePathToNode(qualifiedName: List<String>, hasMembers: Boolean): String { in relativePathToNode() method
44 fun relativePathToNode(node: DocumentationNode) = relativePathToNode(node.path.map { it.name }, nod… in <lambda>() method
/external/dokka/core/src/main/kotlin/Generation/
DFileGenerator.kt23 return File(root, relativePathToNode(node)).appendExtension(extension) in <lambda>()
63 FileOutputStream(File(root, relativePathToNode(listOf(targetPath), false))).use { in <lambda>()