aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/DokkaBootstrapImpl.kt
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-01-15 18:29:12 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-01-15 18:47:35 +0100
commit9e69d2db272b2ebe9317b88ce222473c4df355af (patch)
tree522fa6d5686fee0d298f679a1e57018f0acc6c66 /core/src/main/kotlin/DokkaBootstrapImpl.kt
parentb13ff5993eb6a24adea0d17d989a594ae2e1e062 (diff)
downloaddokka-9e69d2db272b2ebe9317b88ce222473c4df355af.tar.gz
dokka-9e69d2db272b2ebe9317b88ce222473c4df355af.tar.bz2
dokka-9e69d2db272b2ebe9317b88ce222473c4df355af.zip
Fix the test framework
Diffstat (limited to 'core/src/main/kotlin/DokkaBootstrapImpl.kt')
-rw-r--r--core/src/main/kotlin/DokkaBootstrapImpl.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/DokkaBootstrapImpl.kt b/core/src/main/kotlin/DokkaBootstrapImpl.kt
index d11f1623..ccd87363 100644
--- a/core/src/main/kotlin/DokkaBootstrapImpl.kt
+++ b/core/src/main/kotlin/DokkaBootstrapImpl.kt
@@ -47,7 +47,7 @@ class DokkaBootstrapImpl : DokkaBootstrap {
}
}
- lateinit var generator: DokkaGenerator
+ private lateinit var generator: DokkaGenerator
val gson = Gson()
fun configure(logger: DokkaLogger, configuration: DokkaConfigurationImpl) = with(configuration) {