DirectiveBasedHtmlTemplateProcessingStrategy

class DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext) : TemplateProcessingStrategy

Functions

finish
Link copied to clipboard
open override fun finish(output: File)
handleCommandAsComment
Link copied to clipboard
fun handleCommandAsComment(command: Command, body: List<Node>, input: File, output: File)
handleCommandAsTag
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