DParameter

data class DParameter(dri: DRI, name: String?, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, type: Bound, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DParameter>) : Documentable, WithExtraProperties<DParameter> , WithType

Functions

withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DParameter>): DParameter

Properties

children
Link copied to clipboard
open override val children: List<Nothing>
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?
extra
Link copied to clipboard
open override val extra: PropertyContainer<DParameter>
name
Link copied to clipboard
open override val name: String?
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
type
Link copied to clipboard
open override val type: Bound