aboutsummaryrefslogtreecommitdiff
path: root/src/main.kt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-01-22 11:50:50 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-01-22 11:50:50 +0100
commitb55b258574a01a02f906f5f12646ecacfc640e20 (patch)
tree2f3caf760b13d745a3e01509b1aba57a1a770265 /src/main.kt
parent599f32d9bf64fc81dc60e54d5dc5f639086df786 (diff)
downloaddokka-b55b258574a01a02f906f5f12646ecacfc640e20.tar.gz
dokka-b55b258574a01a02f906f5f12646ecacfc640e20.tar.bz2
dokka-b55b258574a01a02f906f5f12646ecacfc640e20.zip
delete TextFormatService as it's too limited to be of any use
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