Jvm Signature Utils
Functions
Link copied to clipboard
open fun Documentable.annotations(): Map<DokkaConfiguration.DokkaSourceSet, List<Annotations.Annotation>>
open fun <T : AnnotationTarget> WithExtraProperties<T>.annotations(): SourceSetDependent<List<Annotations.Annotation>>
Link 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)
Link 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)
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.parametersBlock(function: DFunction, paramBuilder: PageContentBuilder.DocumentableContentBuilder.(DParameter) -> Unit)
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>
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.toSignatureString(a: Annotations.Annotation, renderAtStrategy: AtStrategy, listBrackets: Pair<Char, Char>, classExtension: String)