DEnum Entry
data class DEnumEntry( val dri: DRI, val name: String, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val functions: List<DFunction>, val properties: List<DProperty>, val classlikes: List<DClasslike>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val extra: PropertyContainer<DEnumEntry> = PropertyContainer.empty()) : Documentable, WithScope, WithExtraProperties<DEnumEntry>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DEnumEntry( dri: DRI, name: String, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DEnumEntry> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DEnumEntry>): DEnumEntry
Content copied to clipboard