SinceKotlinTagContentProvider

object SinceKotlinTagContentProvider : CustomTagContentProvider

Functions

Link copied to clipboard
open override fun PageContentBuilder.DocumentableContentBuilder.contentForBrief(sourceSet: DokkaConfiguration.DokkaSourceSet, customTag: CustomTagWrapper)

Brief comment section, usually displayed as a summary/preview.

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.

Link copied to clipboard
open override fun isApplicable(customTag: CustomTagWrapper): Boolean

Whether this content provider supports given CustomTagWrapper.