MarkdownLocationProvider

class MarkdownLocationProvider(pageGraphRoot: RootPageNode, dokkaContext: DokkaContext) : DokkaLocationProvider

Functions

ancestors
Link copied to clipboard
open override fun ancestors(node: PageNode): List<PageNode>
anchorForDCI
Link copied to clipboard
open fun anchorForDCI(dci: DCI, sourceSets: Set<DisplaySourceSet>): String
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
expectedLocationForDri
Link copied to clipboard
open fun expectedLocationForDri(dri: DRI): String
hashCode
Link copied to clipboard
open fun hashCode(): Int
pathToRoot
Link copied to clipboard
open override fun pathToRoot(from: PageNode): String
resolve
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
toString
Link copied to clipboard
open fun toString(): String