CompositeSourceSetID

data class CompositeSourceSetID(children: Set<DokkaSourceSetID>)

Constructors

Link copied to clipboard
fun CompositeSourceSetID(sourceSetIDs: Iterable<DokkaSourceSetID>)
Link copied to clipboard
fun CompositeSourceSetID(sourceSetId: DokkaSourceSetID)
Link copied to clipboard
fun CompositeSourceSetID(children: Set<DokkaSourceSetID>)

Functions

Link copied to clipboard
operator fun contains(sourceSet: DokkaConfiguration.DokkaSourceSet): Boolean
operator fun contains(sourceSetId: DokkaSourceSetID): Boolean
Link copied to clipboard
operator fun plus(other: DokkaSourceSetID): CompositeSourceSetID

Properties

Link copied to clipboard
val all: Set<DokkaSourceSetID>
Link copied to clipboard
val merged: DokkaSourceSetID