diff options
Diffstat (limited to 'plugins/all-modules-page/src/main')
-rw-r--r-- | plugins/all-modules-page/src/main/kotlin/AllModulesPageGeneration.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/all-modules-page/src/main/kotlin/AllModulesPageGeneration.kt b/plugins/all-modules-page/src/main/kotlin/AllModulesPageGeneration.kt index c11b18b2..21c624ef 100644 --- a/plugins/all-modules-page/src/main/kotlin/AllModulesPageGeneration.kt +++ b/plugins/all-modules-page/src/main/kotlin/AllModulesPageGeneration.kt @@ -70,4 +70,4 @@ class AllModulesPageGeneration(private val context: DokkaContext) : Generation { data class DefaultAllModulesContext(val nonEmptyModules: List<String>) : CreationContext { constructor(templating: TemplatingResult) : this(templating.modules) } -}
\ No newline at end of file +} |