DefaultExternalModuleLinkResolver

class DefaultExternalModuleLinkResolver(val context: DokkaContext) : ExternalModuleLinkResolver

Constructors

Link copied to clipboard
fun DefaultExternalModuleLinkResolver(context: DokkaContext)

Functions

Link copied to clipboard
open override fun resolve(dri: DRI, fileContext: File): String?
Link copied to clipboard
open override fun resolveLinkToModuleIndex(moduleName: String): String?

Properties

Link copied to clipboard
val context: DokkaContext