Home
last modified time | relevance | path

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

/aosp_15_r20/external/dokka/core/src/main/kotlin/Locations/
H A DLocation.kt52 fun NodeLocationAwareGenerator.relativePathToLocation(owner: DocumentationNode, node: Documentation… in relativePathToLocation() method
56 fun NodeLocationAwareGenerator.relativePathToRoot(from: Location): File { in relativePathToRoot() method
/aosp_15_r20/external/dokka/core/src/main/kotlin/Generation/
H A DGenerator.kt26 interface NodeLocationAwareGenerator: Generator { in buildPage() interface