aboutsummaryrefslogtreecommitdiff
path: root/src/main.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.kt')
-rw-r--r--src/main.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.kt b/src/main.kt
index 4782c264..b075d4e9 100644
--- a/src/main.kt
+++ b/src/main.kt
@@ -134,7 +134,6 @@ public fun main(args: Array<String>) {
val templateService = HtmlTemplateService.default("/dokka/styles/style.css")
val (formatter, outlineFormatter) = when (arguments.outputFormat) {
- "text" -> TextFormatService(signatureGenerator) to null
"html" -> {
val htmlFormatService = HtmlFormatService(locationService, signatureGenerator, templateService)
htmlFormatService to htmlFormatService