Deprecated Documentable Filter Transformer
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.
Documentables with kotlin.Deprecated.level set to DeprecationLevel.HIDDEN are suppressed regardless of global and package options.