templating
1.8.20a-SNAPSHOT
jvm
templating
/
org.jetbrains.dokka.templates
/
DirectiveBasedHtmlTemplateProcessingStrategy
Directive
Based
Html
Template
Processing
Strategy
class
DirectiveBasedHtmlTemplateProcessingStrategy
(
context
:
DokkaContext
)
:
TemplateProcessingStrategy
Members
Constructors
Directive
Based
Html
Template
Processing
Strategy
Link copied to clipboard
constructor
(
context
:
DokkaContext
)
Functions
finish
Link copied to clipboard
open
override
fun
finish
(
output
:
File
)
handle
Command
As
Comment
Link copied to clipboard
fun
handleCommandAsComment
(
command
:
Command
,
body
:
List
<
Node
>
,
input
:
File
,
output
:
File
)
handle
Command
As
Tag
Link copied to clipboard
fun
handleCommandAsTag
(
element
:
Element
,
command
:
Command
,
input
:
File
,
output
:
File
)
process
Link copied to clipboard
open
override
fun
process
(
input
:
File
,
output
:
File
,
moduleContext
:
DokkaConfiguration.DokkaModuleDescription
?
)
:
Boolean