Jvm Signature Utils
interface JvmSignatureUtils
Content copied to clipboard
Functions
annotations
Link copied to clipboard
open fun <T : AnnotationTarget> WithExtraProperties<T>.annotations(): SourceSetDependent<List<Annotations.Annotation>>
Content copied to clipboard
annotationsBlock
Link copied to clipboard
abstract fun PageContentBuilder.DocumentableContentBuilder.annotationsBlock(d: AnnotationTarget)
Content copied to clipboard
annotationsBlockWithIgnored
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
annotationsInline
Link copied to clipboard
abstract fun PageContentBuilder.DocumentableContentBuilder.annotationsInline(d: AnnotationTarget)
Content copied to clipboard
annotationsInlineWithIgnored
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
stylesIfDeprecated
Link copied to clipboard
open fun <T : Documentable> WithExtraProperties<T>.stylesIfDeprecated(sourceSetData: DokkaConfiguration.DokkaSourceSet): Set<TextStyle>
Content copied to clipboard
toSignatureString
Link copied to clipboard
open fun PageContentBuilder.DocumentableContentBuilder.toSignatureString(a: Annotations.Annotation, renderAtStrategy: AtStrategy, listBrackets: Pair<Char, Char>, classExtension: String)
Content copied to clipboard