DTypeAlias

fun DTypeAlias(    dri: DRI,     name: String,     type: Bound,     underlyingType: SourceSetDependent<Bound>,     visibility: SourceSetDependent<Visibility>,     documentation: SourceSetDependent<DocumentationNode>,     expectPresentInSet: DokkaConfiguration.DokkaSourceSet?,     sourceSets: Set<DokkaConfiguration.DokkaSourceSet>,     generics: List<DTypeParameter>,     extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty())