DModule
data class DModule( val name: String, val packages: List<DPackage>, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val extra: PropertyContainer<DModule> = PropertyContainer.empty()) : Documentable, WithExtraProperties<DModule>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DModule( name: String, packages: List<DPackage>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DModule> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DModule>): DModule
Content copied to clipboard
Properties
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null
Content copied to clipboard