DirectiveBasedHtmlTemplateProcessingStrategy

class DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext) : TemplateProcessingStrategy

Constructors

fun DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext)

Functions

Link copied to clipboard
open override fun finish(output: File)
Link copied to clipboard
fun handleCommandAsComment(    command: Command,     body: List<Node>,     input: File,     output: File)
Link copied to clipboard
fun handleCommandAsTag(    element: Element,     command: Command,     input: File,     output: File)
Link copied to clipboard
open override fun process(    input: File,     output: File,     moduleContext: DokkaConfiguration.DokkaModuleDescription?): Boolean