D Package
data class DPackage(dri: DRI, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, typealiases: List<DTypeAlias>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DPackage>) : Documentable, WithScope, WithExtraProperties<DPackage>
Content copied to clipboard
Functions
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DPackage>): DPackage
Content copied to clipboard
Properties
children
Link copied to clipboard
classlikes
Link copied to clipboard
documentation
Link copied to clipboard
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null
Content copied to clipboard
extra
Link copied to clipboard
packageName
Link copied to clipboard
properties
Link copied to clipboard
sourceSets
Link copied to clipboard
typealiases
Link copied to clipboard