InheritedMember

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

Constructors

Link copied to clipboard
fun InheritedMember(inheritedFrom: SourceSetDependent<DRI?>)

Types

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

Functions

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

Properties

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