Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt183 val externalLocation = packageFqNameToLocation[packageFqName] ?: return null in buildExternalDocumentationLink() constant
185 val path = externalLocation.locations[symbol.signature()] ?: in buildExternalDocumentationLink()
186 externalLocation.resolver.getPath(symbol) ?: return null in buildExternalDocumentationLink()
188 return URL(externalLocation.rootUrl, path).toExternalForm() in buildExternalDocumentationLink()