AllModulesPageGeneration

class AllModulesPageGeneration(context: DokkaContext) : Generation

Constructors

Link copied to clipboard
fun AllModulesPageGeneration(context: DokkaContext)

Types

Link copied to clipboard
data class DefaultAllModulesContext(val nonEmptyModules: List<String>) : CreationContext

Functions

Link copied to clipboard
fun createAllModulesPage(allModulesContext: AllModulesPageGeneration.DefaultAllModulesContext): RootPageNode
Link copied to clipboard
fun finishProcessingSubmodules()
Link copied to clipboard
open override fun Timer.generate()
Link copied to clipboard
fun processMultiModule(root: RootPageNode)
Link copied to clipboard
Link copied to clipboard
fun render(transformedPages: RootPageNode)
Link copied to clipboard
fun runPostActions()
Link copied to clipboard
fun transformAllModulesPage(pages: RootPageNode): RootPageNode

Properties

Link copied to clipboard
open override val generationName: String