diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-04 16:26:07 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-04 16:26:07 +0100 |
commit | 84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0 (patch) | |
tree | e2f655042a05a5ce0b5ed3b111824afdcbc28ded /test/src/model/KotlinAsJavaTest.kt | |
parent | 3655b706ea22ab9d7ee02a8d5074aa583e848018 (diff) | |
download | dokka-84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0.tar.gz dokka-84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0.tar.bz2 dokka-84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0.zip |
@Inject all the things
Diffstat (limited to 'test/src/model/KotlinAsJavaTest.kt')
-rw-r--r-- | test/src/model/KotlinAsJavaTest.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/model/KotlinAsJavaTest.kt b/test/src/model/KotlinAsJavaTest.kt index 90ea13c8..18a1cfef 100644 --- a/test/src/model/KotlinAsJavaTest.kt +++ b/test/src/model/KotlinAsJavaTest.kt @@ -2,7 +2,6 @@ package org.jetbrains.dokka.tests import org.jetbrains.dokka.DocumentationModule import org.jetbrains.dokka.DocumentationNode -import org.jetbrains.dokka.KotlinAsJavaDocumentationBuilder import org.junit.Test import kotlin.test.assertEquals @@ -36,6 +35,6 @@ fun verifyModelAsJava(source: String, verifier: (DocumentationModule) -> Unit) { verifyModel(source, withJdk = withJdk, withKotlinRuntime = withKotlinRuntime, - packageDocumentationBuilder = KotlinAsJavaDocumentationBuilder(), + format = "html-as-java", verifier = verifier) } |