DirectiveBasedHtmlTemplateProcessingStrategy

class DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext) : TemplateProcessingStrategy

Functions

finish
Link copied to clipboard
open override fun finish(output: File)
handleCommand
Link copied to clipboard
fun handleCommand(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