DokkaSourceSetID

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

Functions

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

Properties

scopeId
Link copied to clipboard
val scopeId: String
Unique identifier of the scope that this source set is placed in.
sourceSetName
Link copied to clipboard
val sourceSetName: String

Extensions

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