Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Formats/
DHtmlFormatService.kt82 … templateService.appendHeader(to, getPageTitle(nodes), generator.relativePathToRoot(location)) in <lambda>()
110 templateService.appendHeader(to, "Module Contents", generator.relativePathToRoot(location)) in createOutputBuilder()
/external/dokka/core/src/main/kotlin/Locations/
DLocation.kt56 fun NodeLocationAwareGenerator.relativePathToRoot(from: Location): File { in relativePathToRoot() method