ClashingDriIdentifier

data class ClashingDriIdentifier(value: Set<DokkaConfiguration.DokkaSourceSet>) : ExtraProperty<Documentable>

Types

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

Properties

key
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>
value
Link copied to clipboard
val value: Set<DokkaConfiguration.DokkaSourceSet>