DAnnotation
data class DAnnotation( val name: String, val dri: DRI, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val sources: SourceSetDependent<DocumentableSource>, val functions: List<DFunction>, val properties: List<DProperty>, val classlikes: List<DClasslike>, val visibility: SourceSetDependent<Visibility>, val companion: DObject?, val constructors: List<DFunction>, val generics: List<DTypeParameter>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val isExpectActual: Boolean, val extra: PropertyContainer<DAnnotation> = PropertyContainer.empty()) : DClasslike, WithCompanion, WithConstructors, WithExtraProperties<DAnnotation> , WithGenerics
Content copied to clipboard
Constructors
Link copied to clipboard
fun DAnnotation( name: String, dri: DRI, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, visibility: SourceSetDependent<Visibility>, companion: DObject?, constructors: List<DFunction>, generics: List<DTypeParameter>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DAnnotation> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DAnnotation>): DAnnotation
Content copied to clipboard