InheritorsInfo

class InheritorsInfo(val value: SourceSetDependent<List<DRI>>) : ExtraProperty<Documentable>

Constructors

Link copied to clipboard
fun InheritorsInfo(value: SourceSetDependent<List<DRI>>)

Types

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

Properties

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