Package org. jetbrains. dokka. base. transformers. documentables
Types
Link copied to clipboard
Link copied to clipboard
data class CallableExtensions(val extensions: Set<Callable>) : ExtraProperty<Documentable>
Content copied to clipboard
Link copied to clipboard
data class ClashingDriIdentifier(val value: Set<DokkaConfiguration.DokkaSourceSet>) : ExtraProperty<Documentable>
Content copied to clipboard
Link copied to clipboard
class DeprecatedDocumentableFilterTransformer(val context: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
If PackageOptions.skipDeprecated or DokkaConfiguration.DokkaSourceSet.skipDeprecated is set to true, suppresses documentables marked with kotlin.Deprecated or java.lang.Deprecated. Package options are given preference over global options.
Link copied to clipboard
abstract class DocumentableReplacerTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Content copied to clipboard
Link copied to clipboard
class DocumentableVisibilityFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EmptyPackagesFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InheritedEntriesDocumentableFilterTransformer(val context: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InheritorsInfo(val value: SourceSetDependent<List<DRI>>) : ExtraProperty<Documentable>
Content copied to clipboard
Link copied to clipboard
class KotlinArrayDocumentableReplacerTransformer(val context: DokkaContext) : DocumentableReplacerTransformer
Content copied to clipboard
Link copied to clipboard
class ObviousFunctionsDocumentableFilterTransformer(val context: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
Link copied to clipboard
abstract class SuppressedByConditionDocumentableFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Content copied to clipboard
Link copied to clipboard
class SuppressedByConfigurationDocumentableFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Content copied to clipboard
Link copied to clipboard
class SuppressTagDocumentableFilter(val dokkaContext: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun <T : WithExtraProperties<out Documentable>> T.isDeprecated(): Boolean
Content copied to clipboard
Properties
Link copied to clipboard
val <T : WithExtraProperties<out Documentable>> T.deprecatedAnnotation: Annotations.Annotation?
Content copied to clipboard