DEnumEntry

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())