diff options
author | Zubakov <aleks.zubakov@gmail.com> | 2018-08-27 16:35:47 +0300 |
---|---|---|
committer | Zubakov <aleks.zubakov@gmail.com> | 2018-08-27 16:35:47 +0300 |
commit | f7975495c64333cdf625dd970254cca2b796d576 (patch) | |
tree | f431b5cfdfa734854f0956805559fb47a5c6c34f /core | |
parent | 0b43db4ff81746e44d06780d8d14bb49dc1d87aa (diff) | |
download | dokka-f7975495c64333cdf625dd970254cca2b796d576.tar.gz dokka-f7975495c64333cdf625dd970254cca2b796d576.tar.bz2 dokka-f7975495c64333cdf625dd970254cca2b796d576.zip |
TODO: remove unnecessary code block
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/kotlin/Formats/StructuredFormatService.kt | 1 |
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) } |