base
1.7.10
base
/
org.jetbrains.dokka.base.transformers.documentables
/
SuppressTagDocumentableFilter
Suppress
Tag
Documentable
Filter
class
SuppressTagDocumentableFilter
(
val
dokkaContext
:
DokkaContext
)
:
SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Suppress
Tag
Documentable
Filter
Link copied to clipboard
fun
SuppressTagDocumentableFilter
(
dokkaContext
:
DokkaContext
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
modules
:
List
<
DModule
>
)
:
List
<
DModule
>
Content copied to clipboard
should
Be
Suppressed
Link copied to clipboard
open
override
fun
shouldBeSuppressed
(
d
:
Documentable
)
:
Boolean
Content copied to clipboard
Properties
context
Link copied to clipboard
val
context
:
DokkaContext
Content copied to clipboard
dokkaContext
Link copied to clipboard
val
dokkaContext
:
DokkaContext
Content copied to clipboard