DPackage
data class DPackage( val dri: DRI, val functions: List<DFunction>, val properties: List<DProperty>, val classlikes: List<DClasslike>, val typealiases: List<DTypeAlias>, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val extra: PropertyContainer<DPackage> = PropertyContainer.empty()) : Documentable, WithScope, WithExtraProperties<DPackage>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DPackage( dri: DRI, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, typealiases: List<DTypeAlias>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DPackage> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DPackage>): DPackage
Content copied to clipboard
Properties
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null
Content copied to clipboard
Link copied to clipboard
!!! WARNING !!! This name is not guaranteed to be a be a canonical/real package name. e.g. this will return a human readable version for root packages. Use packageName or dri.packageName instead to obtain the real packageName