core
1.7.0
core
/
org.jetbrains.dokka.plugability
/
DokkaContext
Dokka
Context
interface
DokkaContext
Content copied to clipboard
Types
Functions
Properties
Extensions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
,
E
:
ExtensionPoint
<
T
>
>
get
(
point
:
E
)
:
List
<
T
>
Content copied to clipboard
plugin
Link copied to clipboard
abstract
fun
<
T
:
DokkaPlugin
>
plugin
(
kclass
:
KClass
<
T
>
)
:
T
?
Content copied to clipboard
single
Link copied to clipboard
abstract
fun
<
T
:
Any
,
E
:
ExtensionPoint
<
T
>
>
single
(
point
:
E
)
:
T
Content copied to clipboard
Properties
configuration
Link copied to clipboard
abstract
val
configuration
:
DokkaConfiguration
Content copied to clipboard
logger
Link copied to clipboard
abstract
val
logger
:
DokkaLogger
Content copied to clipboard
unusedPoints
Link copied to clipboard
abstract
val
unusedPoints
:
Collection
<
ExtensionPoint
<
*
>
>
Content copied to clipboard
Extensions
plugin
Link copied to clipboard
inline
fun
<
T
:
DokkaPlugin
>
DokkaContext
.
plugin
(
)
:
T
Content copied to clipboard