Package org. jetbrains. dokka. base. transformers. pages. tags
Types
CustomTagContentProvider
Link copied to clipboard
interface CustomTagContentProvider
Content copied to clipboard
Provides an ability to render custom doc tagsCustom tags can be generated during build, for instance via transformers from converting an annotation (such as in org.jetbrains.dokka.base.transformers.pages.annotations.SinceKotlinTransformer)Also, custom tags can come from the kdoc itself, where "custom" is defined as unknown to the compiler/spec.
SinceKotlinTagContentProvider
Link copied to clipboard