aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.kt b/src/main.kt
index d30f3035..970bbd8c 100644
--- a/src/main.kt
+++ b/src/main.kt
@@ -64,7 +64,7 @@ public fun main(args: Array<String>) {
val locationService = FoldersLocationService(arguments.outputDir)
val templateService = HtmlTemplateService.default("/dokka/styles/style.css")
- val formatter = HtmlFormatService(locationService, signatureGenerator, templateService)
+ val formatter = KotlinWebsiteFormatService(locationService, signatureGenerator)
val generator = FileGenerator(signatureGenerator, locationService, formatter)
print("Building pages... ")
generator.buildPage(documentation)