diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-20 14:20:17 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-20 16:37:49 +0200 |
commit | f39971875c4f7d98dc1add2a8ed949d22b25600b (patch) | |
tree | 222ff081a1ab54b2ef1f164c52e9312004581202 /core/src/main | |
parent | ac649efd3190237e22d79b59db436a4511f5e1b7 (diff) | |
download | dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.gz dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.bz2 dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.zip |
Re-introduce default DokkaCollectorTask, run on all submodules by default, add Collector0IntegrationTest
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/kotlin/DokkaBootstrap.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/kotlin/DokkaBootstrap.kt b/core/src/main/kotlin/DokkaBootstrap.kt index 159172a5..f4533d5b 100644 --- a/core/src/main/kotlin/DokkaBootstrap.kt +++ b/core/src/main/kotlin/DokkaBootstrap.kt @@ -4,6 +4,7 @@ import java.util.function.BiConsumer import kotlin.jvm.Throws interface DokkaBootstrap { + @Throws(Throwable::class) fun configure(serializedConfigurationJSON: String, logger: BiConsumer<String, String>) @Throws(Throwable::class) |