DokkaSourceSetID

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

Constructors

Link copied to clipboard
constructor(scopeId: String, sourceSetName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

Functions

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