CompositeSourceSetID

data class CompositeSourceSetID(children: Set<DokkaSourceSetID>)

Constructors

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

Functions

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

Properties

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