aboutsummaryrefslogtreecommitdiff
path: root/src/main.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.kt')
-rw-r--r--src/main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.kt b/src/main.kt
index 3168aad4..9da545d7 100644
--- a/src/main.kt
+++ b/src/main.kt
@@ -57,7 +57,7 @@ public fun main(args: Array<String>) {
val signatureGenerator = KotlinSignatureGenerator()
val locationService = FoldersLocationService(arguments.outputDir)
- val markdown = MarkdownFormatService(locationService, signatureGenerator)
+ val markdown = JekyllFormatService(locationService, signatureGenerator)
val generator = FileGenerator(signatureGenerator, locationService, markdown)
generator.generate(documentation)
Disposer.dispose(environment)