InheritedFunction

data class InheritedFunction(inheritedFrom: SourceSetDependent<DRI?>) : ExtraProperty<DFunction>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<DFunction, InheritedFunction>

Functions

component1
Link copied to clipboard
operator fun component1(): SourceSetDependent<DRI?>
copy
Link copied to clipboard
fun copy(inheritedFrom: SourceSetDependent<DRI?>): InheritedFunction
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isInherited
Link copied to clipboard
fun isInherited(sourceSetDependent: DokkaConfiguration.DokkaSourceSet): Boolean
toString
Link copied to clipboard
open override fun toString(): String

Properties

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