aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/renderers
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-01-31 18:16:38 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-02-04 14:42:44 +0100
commit216a7f6b89ce769bcf4d41301ecc34636dc20155 (patch)
tree57a80eda2280605ab6effdab30f10e700cb66b5e /core/src/main/kotlin/renderers
parent6f241300f799001e266b0301c56c1a8daad5ba24 (diff)
downloaddokka-216a7f6b89ce769bcf4d41301ecc34636dc20155.tar.gz
dokka-216a7f6b89ce769bcf4d41301ecc34636dc20155.tar.bz2
dokka-216a7f6b89ce769bcf4d41301ecc34636dc20155.zip
Html related things moved to its own package
Diffstat (limited to 'core/src/main/kotlin/renderers')
-rw-r--r--core/src/main/kotlin/renderers/html/HtmlRenderer.kt (renamed from core/src/main/kotlin/renderers/HtmlRenderer.kt)4
-rw-r--r--core/src/main/kotlin/renderers/html/htmlPreprocessors.kt (renamed from core/src/main/kotlin/renderers/htmlPreprocessors.kt)2
2 files changed, 4 insertions, 2 deletions
diff --git a/core/src/main/kotlin/renderers/HtmlRenderer.kt b/core/src/main/kotlin/renderers/html/HtmlRenderer.kt
index e8c3a486..462a8acc 100644
--- a/core/src/main/kotlin/renderers/HtmlRenderer.kt
+++ b/core/src/main/kotlin/renderers/html/HtmlRenderer.kt
@@ -1,10 +1,12 @@
-package org.jetbrains.dokka.renderers
+package org.jetbrains.dokka.renderers.html
import kotlinx.html.*
import kotlinx.html.stream.createHTML
import org.jetbrains.dokka.model.Function
import org.jetbrains.dokka.pages.*
import org.jetbrains.dokka.plugability.DokkaContext
+import org.jetbrains.dokka.renderers.DefaultRenderer
+import org.jetbrains.dokka.renderers.OutputWriter
import java.io.File
open class HtmlRenderer(
diff --git a/core/src/main/kotlin/renderers/htmlPreprocessors.kt b/core/src/main/kotlin/renderers/html/htmlPreprocessors.kt
index a6ad267b..382cb204 100644
--- a/core/src/main/kotlin/renderers/htmlPreprocessors.kt
+++ b/core/src/main/kotlin/renderers/html/htmlPreprocessors.kt
@@ -1,4 +1,4 @@
-package org.jetbrains.dokka.renderers
+package org.jetbrains.dokka.renderers.html
import kotlinx.html.h1
import kotlinx.html.id