DParameter
data class DParameter( val dri: DRI, val name: String?, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val type: Bound, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val extra: PropertyContainer<DParameter> = PropertyContainer.empty()) : Documentable, WithExtraProperties<DParameter> , WithType
Content copied to clipboard
Constructors
Link copied to clipboard
fun DParameter( dri: DRI, name: String?, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, type: Bound, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DParameter> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DParameter>): DParameter
Content copied to clipboard