diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-14 20:52:19 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-14 20:52:19 +0300 |
commit | 875e7e5e39c6c1668729685bbc7f51bc07aed4b6 (patch) | |
tree | 5d3f75359b11e15839051523a62488f61070e947 /core/src/main/kotlin/Utilities/DokkaModule.kt | |
parent | 47790d166100dc50d797fc0312b9b3fe0e7e9d7f (diff) | |
download | dokka-875e7e5e39c6c1668729685bbc7f51bc07aed4b6.tar.gz dokka-875e7e5e39c6c1668729685bbc7f51bc07aed4b6.tar.bz2 dokka-875e7e5e39c6c1668729685bbc7f51bc07aed4b6.zip |
Post review fixes, now building text in single pass.
Diffstat (limited to 'core/src/main/kotlin/Utilities/DokkaModule.kt')
-rw-r--r-- | core/src/main/kotlin/Utilities/DokkaModule.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/Utilities/DokkaModule.kt b/core/src/main/kotlin/Utilities/DokkaModule.kt index 4b2a99d3..e1ae829a 100644 --- a/core/src/main/kotlin/Utilities/DokkaModule.kt +++ b/core/src/main/kotlin/Utilities/DokkaModule.kt @@ -1,12 +1,12 @@ package org.jetbrains.dokka.Utilities -import Samples.SampleProcessingService import com.google.inject.Binder import com.google.inject.Module import com.google.inject.Provider import com.google.inject.name.Names import org.jetbrains.dokka.* import org.jetbrains.dokka.Formats.FormatDescriptor +import org.jetbrains.dokka.Samples.SampleProcessingService import org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment import java.io.File |