aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content/params
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-08-13 10:32:52 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-17 11:52:28 +0200
commit5a7e14eaaa4278343ff628c692d475be9732c94e (patch)
treec24a5c821429dff9c781d1e950883da56ef66a03 /plugins/base/src/test/kotlin/content/params
parentf6ac2b0f0a0183171aa2f6806ec67d8d21692a36 (diff)
downloaddokka-5a7e14eaaa4278343ff628c692d475be9732c94e.tar.gz
dokka-5a7e14eaaa4278343ff628c692d475be9732c94e.tar.bz2
dokka-5a7e14eaaa4278343ff628c692d475be9732c94e.zip
Implement SourceSetMergingPageTransformer
Diffstat (limited to 'plugins/base/src/test/kotlin/content/params')
-rw-r--r--plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt b/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
index 4ac5717d..4f2bd8dc 100644
--- a/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
+++ b/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
@@ -9,7 +9,6 @@ import org.jetbrains.dokka.model.doc.Param
import org.jetbrains.dokka.model.doc.Text
import org.jetbrains.dokka.pages.ContentPage
import org.jetbrains.dokka.pages.MemberPageNode
-import org.jetbrains.dokka.pages.dfs
import org.jetbrains.dokka.testApi.testRunner.AbstractCoreTest
import org.jetbrains.kotlin.utils.addToStdlib.firstIsInstanceOrNull
import org.junit.jupiter.api.Test