aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorZubakov <aleks.zubakov@gmail.com>2018-08-27 16:35:47 +0300
committerZubakov <aleks.zubakov@gmail.com>2018-08-27 16:35:47 +0300
commitf7975495c64333cdf625dd970254cca2b796d576 (patch)
treef431b5cfdfa734854f0956805559fb47a5c6c34f /core/src
parent0b43db4ff81746e44d06780d8d14bb49dc1d87aa (diff)
downloaddokka-f7975495c64333cdf625dd970254cca2b796d576.tar.gz
dokka-f7975495c64333cdf625dd970254cca2b796d576.tar.bz2
dokka-f7975495c64333cdf625dd970254cca2b796d576.zip
TODO: remove unnecessary code block
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/kotlin/Formats/StructuredFormatService.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Formats/StructuredFormatService.kt b/core/src/main/kotlin/Formats/StructuredFormatService.kt
index 1ca636ec..1d201677 100644
--- a/core/src/main/kotlin/Formats/StructuredFormatService.kt
+++ b/core/src/main/kotlin/Formats/StructuredFormatService.kt
@@ -329,6 +329,7 @@ abstract class StructuredOutputBuilder(val to: StringBuilder,
}
// All items have exactly the same documentation, so we can use any item to render it
val item = items.first()
+ // TODO: remove this block cause there is no one node with OverloadGroupNote detail
item.details(NodeKind.OverloadGroupNote).forEach {
appendContent(it.content)
}