Package org. jetbrains. dokka. base. resolvers. shared
Types
ExternalDocumentation
Link copied to clipboard
data class ExternalDocumentation(documentationURL: URL, packageList: PackageList)
Content copied to clipboard
LinkFormat
Link copied to clipboard
interface LinkFormat
Content copied to clipboard
PackageList
Link copied to clipboard
data class PackageList(linkFormat: RecognizedLinkFormat, modules: Map<Module, Set<String>>, locations: Map<String, String>, url: URL)
Content copied to clipboard
RecognizedLinkFormat
Link copied to clipboard