DInterface

fun DInterface(    dri: DRI,     name: String,     documentation: SourceSetDependent<DocumentationNode>,     expectPresentInSet: DokkaConfiguration.DokkaSourceSet?,     sources: SourceSetDependent<DocumentableSource>,     functions: List<DFunction>,     properties: List<DProperty>,     classlikes: List<DClasslike>,     visibility: SourceSetDependent<Visibility>,     companion: DObject?,     generics: List<DTypeParameter>,     supertypes: SourceSetDependent<List<TypeConstructorWithKind>>,     sourceSets: Set<DokkaConfiguration.DokkaSourceSet>,     isExpectActual: Boolean,     extra: PropertyContainer<DInterface> = PropertyContainer.empty())