ClashingDriIdentifier

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

Constructors

Link copied to clipboard
fun ClashingDriIdentifier(value: Set<DokkaConfiguration.DokkaSourceSet>)

Types

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

Properties

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