android-documentation
1.7.20
android-documentation
/
org.jetbrains.dokka.android.transformers
/
HideTagDocumentableFilter
Hide
Tag
Documentable
Filter
class
HideTagDocumentableFilter
(
val
dokkaContext
:
DokkaContext
)
:
SuppressedByConditionDocumentableFilterTransformer
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Hide
Tag
Documentable
Filter
Link copied to clipboard
fun
HideTagDocumentableFilter
(
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
dokka
Context
Link copied to clipboard
val
dokkaContext
:
DokkaContext
Content copied to clipboard