SubstitutionCommandHandler

class SubstitutionCommandHandler(context: DokkaContext) : CommandHandler

Functions

canHandle
Link copied to clipboard
open override fun canHandle(command: Command): Boolean
finish
Link copied to clipboard
open fun finish(output: File)
handleCommand
Link copied to clipboard
open override fun handleCommand(element: Element, command: Command, input: File, output: File)