DokkaSourceSetID

data class DokkaSourceSetID(val scopeId: String, val sourceSetName: String) : Serializable

Constructors

Link copied to clipboard
fun DokkaSourceSetID(scopeId: String, sourceSetName: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val scopeId: String

Unique identifier of the scope that this source set is placed in. Each scope provide only unique source set names.

Link copied to clipboard
val sourceSetName: String

Extensions

Link copied to clipboard
operator fun DokkaSourceSetID.plus(other: DokkaSourceSetID): CompositeSourceSetID