MultimoduleLocationProvider

open class MultimoduleLocationProvider(    root: RootPageNode,     dokkaContext: DokkaContext,     val extension: String = ".html") : DokkaBaseLocationProvider

Constructors

Link copied to clipboard
fun MultimoduleLocationProvider(    root: RootPageNode,     dokkaContext: DokkaContext,     extension: String = ".html")

Types

Link copied to clipboard
class Factory(context: DokkaContext) : LocationProviderFactory

Functions

Link copied to clipboard
open override fun ancestors(node: PageNode): List<PageNode>
Link copied to clipboard
open fun anchorForDCI(dci: DCI, sourceSets: Set<DisplaySourceSet>): String
Link copied to clipboard
open fun expectedLocationForDri(dri: DRI): String
Link copied to clipboard
open override fun pathToRoot(from: PageNode): String
Link copied to clipboard
open override fun resolve(    dri: DRI,     sourceSets: Set<DisplaySourceSet>,     context: PageNode?): String?
open override fun resolve(    node: PageNode,     context: PageNode?,     skipExtension: Boolean): String?

Properties

Link copied to clipboard
val extension: String