base
1.8.20a-SNAPSHOT
jvm
base
/
org.jetbrains.dokka.base.transformers.documentables
/
SuppressedByConditionDocumentableFilterTransformer
Suppressed
By
Condition
Documentable
Filter
Transformer
abstract
class
SuppressedByConditionDocumentableFilterTransformer
(
val
context
:
DokkaContext
)
:
PreMergeDocumentableTransformer
Inheritors
DeprecatedDocumentableFilterTransformer
InheritedEntriesDocumentableFilterTransformer
ObviousFunctionsDocumentableFilterTransformer
SuppressTagDocumentableFilter
Members
Constructors
Suppressed
By
Condition
Documentable
Filter
Transformer
Link copied to clipboard
constructor
(
context
:
DokkaContext
)
Properties
context
Link copied to clipboard
val
context
:
DokkaContext
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
modules
:
List
<
DModule
>
)
:
List
<
DModule
>
should
Be
Suppressed
Link copied to clipboard
abstract
fun
shouldBeSuppressed
(
d
:
Documentable
)
:
Boolean