diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-04-29 15:03:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 15:03:08 +0300 |
commit | 8c218ff4dd5f970233c43845c19299fc74256389 (patch) | |
tree | b6818183ce8faa2c58d6571ca1c86aa28d4f0431 /plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt | |
parent | 84aacad29982240ae367b21e9d283d38dab672ae (diff) | |
download | dokka-8c218ff4dd5f970233c43845c19299fc74256389.tar.gz dokka-8c218ff4dd5f970233c43845c19299fc74256389.tar.bz2 dokka-8c218ff4dd5f970233c43845c19299fc74256389.zip |
Enable warnings as errors and fix all warnings (#2451)
* Enable warnings as errors and fix all warnings
* Enable skip-metadata-version-check compiler setting
Diffstat (limited to 'plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt')
-rw-r--r-- | plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt b/plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt deleted file mode 100644 index 1ed961b8..00000000 --- a/plugins/templating/src/test/kotlin/templates/TestTemplatingPlugin.kt +++ /dev/null @@ -1,16 +0,0 @@ -package org.jetbrains.dokka.templates - -import org.jetbrains.dokka.CoreExtensions -import org.jetbrains.dokka.base.DokkaBase -import org.jetbrains.dokka.plugability.DokkaPlugin - -class TestTemplatingPlugin: DokkaPlugin() { - - val dokkaBase by lazy { plugin<DokkaBase>() } - - val allModulesPageGeneration by extending { - (CoreExtensions.generation - providing ::TestTemplatingGeneration - override dokkaBase.singleGeneration) - } -}
\ No newline at end of file |