ReplaceVersionCommandHandler

class ReplaceVersionCommandHandler(context: DokkaContext) : CommandHandler

Constructors

Link copied to clipboard
fun ReplaceVersionCommandHandler(context: DokkaContext)

Functions

Link copied to clipboard
open override fun canHandle(command: Command): Boolean
Link copied to clipboard
open fun finish(output: File)
Link copied to clipboard
open fun handleCommand(    element: Element,     command: Command,     input: File,     output: File)
Link copied to clipboard
open fun handleCommandAsComment(    command: Command,     body: List<Node>,     input: File,     output: File)
Link copied to clipboard
open override fun handleCommandAsTag(    command: Command,     body: Element,     input: File,     output: File)

Properties

Link copied to clipboard