Dokka Base Location Provider
abstract class DokkaBaseLocationProvider(pageGraphRoot: RootPageNode, dokkaContext: DokkaContext) : DefaultLocationProvider
Content copied to clipboard
Functions
anchorForDCI
Link copied to clipboard
open fun anchorForDCI(dci: DCI, sourceSets: Set<DisplaySourceSet>): String
Content copied to clipboard
expectedLocationForDri
Link copied to clipboard
This method should return guessed filesystem location for a given DRI It is used to decide if a DRI should be present in the relocation list of the generated package-list so it is ok if the path differs from the one returned by resolve
pathToRoot
Link copied to clipboard
Inheritors
DokkaLocationProvider
Link copied to clipboard