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