aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/plugability
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/plugability
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/plugability')
-rw-r--r--core/src/main/kotlin/plugability/DefaultExtensions.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/plugability/DefaultExtensions.kt b/core/src/main/kotlin/plugability/DefaultExtensions.kt
index c45f28be..9f36b2a4 100644
--- a/core/src/main/kotlin/plugability/DefaultExtensions.kt
+++ b/core/src/main/kotlin/plugability/DefaultExtensions.kt
@@ -3,7 +3,7 @@ package org.jetbrains.dokka.plugability
import org.jetbrains.dokka.CoreExtensions
import org.jetbrains.dokka.pages.DocTagToContentConverter
import org.jetbrains.dokka.renderers.FileWriter
-import org.jetbrains.dokka.renderers.HtmlRenderer
+import org.jetbrains.dokka.renderers.html.HtmlRenderer
import org.jetbrains.dokka.resolvers.DefaultLocationProviderFactory
import org.jetbrains.dokka.transformers.descriptors.DefaultDescriptorToDocumentationTranslator
import org.jetbrains.dokka.transformers.documentation.DefaultDocumentationNodeMerger