aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/renderers/OutputWriter.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/kotlin/renderers/OutputWriter.kt')
-rw-r--r--plugins/base/src/main/kotlin/renderers/OutputWriter.kt11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/base/src/main/kotlin/renderers/OutputWriter.kt b/plugins/base/src/main/kotlin/renderers/OutputWriter.kt
deleted file mode 100644
index 3fdd1802..00000000
--- a/plugins/base/src/main/kotlin/renderers/OutputWriter.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
- */
-
-package org.jetbrains.dokka.base.renderers
-
-public interface OutputWriter {
-
- public suspend fun write(path: String, text: String, ext: String)
- public suspend fun writeResources(pathFrom: String, pathTo: String)
-}