Package org.jetbrains.dokka.base.transformers.documentables

Types

Link copied to clipboard
class ActualTypealiasAdder : DocumentableTransformer
Link copied to clipboard
data class CallableExtensions(val extensions: Set<Callable>) : ExtraProperty<Documentable>
Link copied to clipboard
data class ClashingDriIdentifier(val value: Set<DokkaConfiguration.DokkaSourceSet>) : ExtraProperty<Documentable>
Link copied to clipboard
class DeprecatedDocumentableFilterTransformer(val context: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer

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
Link copied to clipboard
class DocumentableVisibilityFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Link copied to clipboard
class EmptyModulesFilterTransformer : PreMergeDocumentableTransformer
Link copied to clipboard
class EmptyPackagesFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Link copied to clipboard
class ExtensionExtractorTransformer : DocumentableTransformer
Link copied to clipboard
class InheritorsExtractorTransformer : DocumentableTransformer
Link copied to clipboard
class InheritorsInfo(val value: SourceSetDependent<List<DRI>>) : ExtraProperty<Documentable>
class KotlinArrayDocumentableReplacerTransformer(val context: DokkaContext) : DocumentableReplacerTransformer
abstract class SuppressedByConditionDocumentableFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
class SuppressedByConfigurationDocumentableFilterTransformer(val context: DokkaContext) : PreMergeDocumentableTransformer
Link copied to clipboard
class SuppressTagDocumentableFilter(val dokkaContext: DokkaContext) : SuppressedByConditionDocumentableFilterTransformer

Functions

Link copied to clipboard
fun <T : Any> ReceiveChannel<T>.consumeAsFlow(): Flow<T>
Link copied to clipboard
fun <T : WithExtraProperties<out Documentable>> T.isDeprecated(): Boolean

Properties

Link copied to clipboard
val <T : WithExtraProperties<out Documentable>> T.deprecatedAnnotation: Annotations.Annotation?
Link copied to clipboard
val <T : WithExtraProperties<out Documentable>> T.isException: Boolean