DokkaSourceSetIdSpec

abstract class DokkaSourceSetIdSpec @DokkatooInternalApi @Inject constructor(val scopeId: String, val sourceSetName: String) : Named, Serializable(source)

Constructors

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

Types

Link copied to clipboard
object Companion

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 operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getName(): String
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String