templating
1.8.20a-SNAPSHOT
jvm
templating
/
org.jetbrains.dokka.templates
/
AddToNavigationCommandHandler
Add
To
Navigation
Command
Handler
class
AddToNavigationCommandHandler
(
val
context
:
DokkaContext
)
:
CommandHandler
Members
Constructors
Add
To
Navigation
Command
Handler
Link copied to clipboard
constructor
(
context
:
DokkaContext
)
Properties
context
Link copied to clipboard
val
context
:
DokkaContext
Functions
can
Handle
Link copied to clipboard
open
override
fun
canHandle
(
command
:
Command
)
:
Boolean
finish
Link copied to clipboard
open
override
fun
finish
(
output
:
File
)
handle
Command
Link copied to clipboard
open
fun
handleCommand
(
element
:
Element
,
command
:
Command
,
input
:
File
,
output
:
File
)
handle
Command
As
Comment
Link copied to clipboard
open
fun
handleCommandAsComment
(
command
:
Command
,
body
:
List
<
Node
>
,
input
:
File
,
output
:
File
)
handle
Command
As
Tag
Link copied to clipboard
open
override
fun
handleCommandAsTag
(
command
:
Command
,
body
:
Element
,
input
:
File
,
output
:
File
)