D Annotation
data class 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>) : DClasslike, WithCompanion, WithConstructors, WithExtraProperties<DAnnotation> , WithGenerics
Content copied to clipboard
Functions
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DAnnotation>): DAnnotation
Content copied to clipboard
Properties
children
Link copied to clipboard
classlikes
Link copied to clipboard
constructors
Link copied to clipboard
documentation
Link copied to clipboard
expectPresentInSet
Link copied to clipboard
extra
Link copied to clipboard
generics
Link copied to clipboard
isExpectActual
Link copied to clipboard
properties
Link copied to clipboard
sources
Link copied to clipboard
sourceSets
Link copied to clipboard
visibility
Link copied to clipboard