DModule

data class DModule(name: String, packages: List<DPackage>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DModule>) : Documentable, WithExtraProperties<DModule>

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): List<DPackage>
component3
Link copied to clipboard
operator fun component3(): SourceSetDependent<DocumentationNode>
component4
Link copied to clipboard
operator fun component4(): DokkaConfiguration.DokkaSourceSet?
component5
Link copied to clipboard
operator fun component5(): Set<DokkaConfiguration.DokkaSourceSet>
component6
Link copied to clipboard
operator fun component6(): PropertyContainer<DModule>
copy
Link copied to clipboard
fun copy(name: String, packages: List<DPackage>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DModule> = PropertyContainer.empty()): DModule
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DModule>): DModule

Properties

children
Link copied to clipboard
open override val children: List<Documentable>
documentation
Link copied to clipboard
open override val documentation: SourceSetDependent<DocumentationNode>
dri
Link copied to clipboard
open override val dri: DRI
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null
extra
Link copied to clipboard
open override val extra: PropertyContainer<DModule>
name
Link copied to clipboard
open override val name: String
packages
Link copied to clipboard
val packages: List<DPackage>
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>