toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.plugability
/
DokkaContext
Dokka
Context
interface
DokkaContext
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
configuration
Link copied to clipboard
abstract
val
configuration
:
DokkaConfiguration
logger
Link copied to clipboard
abstract
val
logger
:
DokkaLogger
unused
Points
Link copied to clipboard
abstract
val
unusedPoints
:
Collection
<
ExtensionPoint
<
*
>
>
Functions
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
,
E
:
ExtensionPoint
<
T
>
>
get
(
point
:
E
)
:
List
<
T
>
plugin
Link copied to clipboard
abstract
fun
<
T
:
DokkaPlugin
>
plugin
(
kclass
:
KClass
<
T
>
)
:
T
?
plugin
Link copied to clipboard
inline
fun
<
T
:
DokkaPlugin
>
DokkaContext
.
plugin
(
)
:
T
single
Link copied to clipboard
abstract
fun
<
T
:
Any
,
E
:
ExtensionPoint
<
T
>
>
single
(
point
:
E
)
:
T