GfmTemplateProcessingStrategy

class GfmTemplateProcessingStrategy(val context: DokkaContext) : TemplateProcessingStrategy

Constructors

Link copied to clipboard
fun GfmTemplateProcessingStrategy(context: DokkaContext)

Functions

Link copied to clipboard
open fun finish(output: File)
Link copied to clipboard
open override fun process(    input: File,     output: File,     moduleContext: DokkaConfiguration.DokkaModuleDescription?): Boolean

Properties

Link copied to clipboard
val context: DokkaContext