SinceKotlinTagContentProvider

object SinceKotlinTagContentProvider : CustomTagContentProvider

Functions

contentForBrief
Link copied to clipboard
open override fun PageContentBuilder.DocumentableContentBuilder.contentForBrief(sourceSet: DokkaConfiguration.DokkaSourceSet, customTag: CustomTagWrapper)
Brief comment section, usually displayed as a summary/preview.
contentForDescription
Link copied to clipboard
open override fun PageContentBuilder.DocumentableContentBuilder.contentForDescription(sourceSet: DokkaConfiguration.DokkaSourceSet, customTag: CustomTagWrapper)
Full blown content description, most likely to be on a separate page dedicated to just one element (i.e one class/function), so any amount of detail should be fine.
isApplicable
Link copied to clipboard
open override fun isApplicable(customTag: CustomTagWrapper): Boolean
Whether this content provider supports given CustomTagWrapper.