InheritedMember

data class InheritedMember(inheritedFrom: SourceSetDependent<DRI?>) : ExtraProperty<Documentable>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, InheritedMember>

Functions

isInherited
Link copied to clipboard
fun isInherited(sourceSetDependent: DokkaConfiguration.DokkaSourceSet): Boolean

Properties

inheritedFrom
Link copied to clipboard
val inheritedFrom: SourceSetDependent<DRI?>
key
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>