Jvm Signature Utils
Functions
Link copied to clipboard
open fun DProperty.annotations(): SourceSetDependent<List<Annotations.Annotation>>
Content copied to clipboard
open fun <T : AnnotationTarget> WithExtraProperties<T>.annotations(): SourceSetDependent<List<Annotations.Annotation>>
Content copied to clipboard
Link copied to clipboard
abstract fun PageContentBuilder.DocumentableContentBuilder.annotationsBlock(d: AnnotationTarget)
Content copied to clipboard
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.annotationsBlockWithIgnored( d: AnnotationTarget, ignored: Set<Annotations.Annotation>, renderAtStrategy: AtStrategy, listBrackets: Pair<Char, Char>, classExtension: String)
Content copied to clipboard
Link copied to clipboard
abstract fun PageContentBuilder.DocumentableContentBuilder.annotationsInline(d: AnnotationTarget)
Content copied to clipboard
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.annotationsInlineWithIgnored( d: AnnotationTarget, ignored: Set<Annotations.Annotation>, renderAtStrategy: AtStrategy, listBrackets: Pair<Char, Char>, classExtension: String)
Content copied to clipboard
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.parametersBlock(function: DFunction, paramBuilder: PageContentBuilder.DocumentableContentBuilder.(DParameter) -> Unit)
Content copied to clipboard
Builds a distinguishable function parameters block, so that it can be processed or custom rendered down the road.
Link copied to clipboard
open fun <T : Documentable> WithExtraProperties<T>.stylesIfDeprecated(sourceSetData: DokkaConfiguration.DokkaSourceSet): Set<TextStyle>
Content copied to clipboard
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.toSignatureString( a: Annotations.Annotation, renderAtStrategy: AtStrategy, listBrackets: Pair<Char, Char>, classExtension: String)
Content copied to clipboard