Directive Based Html Template Processing Strategy
class DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext) : TemplateProcessingStrategy
Content copied to clipboard
Functions
handleCommandAsComment
Link copied to clipboard
fun handleCommandAsComment(command: Command, body: List<Node>, input: File, output: File)
Content copied to clipboard
handleCommandAsTag
Link copied to clipboard
fun handleCommandAsTag(element: Element, command: Command, input: File, output: File)
Content copied to clipboard