Package org. jetbrains. dokka. templates
Types
AddToNavigationCommandHandler
Link copied to clipboard
class AddToNavigationCommandHandler(context: DokkaContext) : CommandHandler
Content copied to clipboard
CommandHandler
Link copied to clipboard
interface CommandHandler
Content copied to clipboard
DefaultMultiModuleTemplateProcessor
Link copied to clipboard
class DefaultMultiModuleTemplateProcessor(context: DokkaContext) : MultiModuleTemplateProcessor
Content copied to clipboard
DefaultSubmoduleTemplateProcessor
Link copied to clipboard
class DefaultSubmoduleTemplateProcessor(context: DokkaContext) : SubmoduleTemplateProcessor
Content copied to clipboard
DirectiveBasedHtmlTemplateProcessingStrategy
Link copied to clipboard
class DirectiveBasedHtmlTemplateProcessingStrategy(context: DokkaContext) : TemplateProcessingStrategy
Content copied to clipboard
FallbackTemplateProcessingStrategy
Link copied to clipboard
MultiModuleTemplateProcessor
Link copied to clipboard
PathToRootSubstitutor
Link copied to clipboard
SubmoduleTemplateProcessor
Link copied to clipboard
SubstitutionCommandHandler
Link copied to clipboard
Substitutor
Link copied to clipboard
fun fun interface Substitutor
Content copied to clipboard
TemplateProcessingStrategy
Link copied to clipboard
interface TemplateProcessingStrategy
Content copied to clipboard
TemplateProcessor
Link copied to clipboard
interface TemplateProcessor
Content copied to clipboard
TemplatingContext
Link copied to clipboard
data class TemplatingContext<out T : Command>(input: File, output: File, element: Element, command: T)
Content copied to clipboard
TemplatingPlugin
Link copied to clipboard
TemplatingResult
Link copied to clipboard