diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2019-11-20 14:40:04 +0100 |
---|---|---|
committer | Błażej Kardyś <bkardys@virtuslab.com> | 2019-11-25 16:24:16 +0100 |
commit | e9a8dda329390fa5dff310b830ffb95b5f76232e (patch) | |
tree | 61207a61d91a43c0d667e5b7793bb6ecc0485606 /core/src/main/kotlin/DokkaGenerator.kt | |
parent | 87c65d1bf22dc0dbc6da8d007fafc73382432812 (diff) | |
download | dokka-e9a8dda329390fa5dff310b830ffb95b5f76232e.tar.gz dokka-e9a8dda329390fa5dff310b830ffb95b5f76232e.tar.bz2 dokka-e9a8dda329390fa5dff310b830ffb95b5f76232e.zip |
More extension points
Diffstat (limited to 'core/src/main/kotlin/DokkaGenerator.kt')
-rw-r--r-- | core/src/main/kotlin/DokkaGenerator.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/kotlin/DokkaGenerator.kt b/core/src/main/kotlin/DokkaGenerator.kt index 129549b9..355b232a 100644 --- a/core/src/main/kotlin/DokkaGenerator.kt +++ b/core/src/main/kotlin/DokkaGenerator.kt @@ -73,8 +73,6 @@ class DokkaGenerator( } } - private fun nierzigoj(niczym: String) {} - private class DokkaMessageCollector(private val logger: DokkaLogger) : MessageCollector { override fun clear() { seenErrors = false |