aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/TextFormatService.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Formats/TextFormatService.kt')
-rw-r--r--src/Formats/TextFormatService.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Formats/TextFormatService.kt b/src/Formats/TextFormatService.kt
index 77a0bb65..8fea5a6a 100644
--- a/src/Formats/TextFormatService.kt
+++ b/src/Formats/TextFormatService.kt
@@ -9,12 +9,9 @@ public class TextFormatService(val signatureGenerator: LanguageService) : Format
appendln(signatureGenerator.render(node))
appendln()
appendln(node.doc.summary)
- for (n in 0..node.doc.summary.length())
- append("=")
for ((label,section) in node.doc.sections) {
appendln(label)
- appendln(section.text)
}
}
}