Searched refs:externalLocation (Results 1 – 1 of 1) sorted by relevance
183 val externalLocation = packageFqNameToLocation[packageFqName] ?: return null in buildExternalDocumentationLink() constant185 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()