Package-level declarations

Types

Link copied to clipboard
class AddToNavigationCommandHandler(val context: DokkaContext) : CommandHandler
Link copied to clipboard
interface CommandHandler
Link copied to clipboard
class PathToRootSubstitutor(dokkaContext: DokkaContext) : Substitutor
Link copied to clipboard
class SubstitutionCommandHandler(context: DokkaContext) : CommandHandler
Link copied to clipboard
fun interface Substitutor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TemplatingContext<out T : Command>(val input: File, val output: File, val body: List<Node>, val command: T)
Link copied to clipboard
class TemplatingPlugin : DokkaPlugin
Link copied to clipboard
data class TemplatingResult(val modules: List<String> = emptyList())