aboutsummaryrefslogtreecommitdiff
path: root/src/Formats
diff options
context:
space:
mode:
authorkisenka <qtuzov@gmail.com>2014-10-10 16:12:57 +0400
committerkisenka <qtuzov@gmail.com>2014-10-10 16:12:57 +0400
commit782a0b35513dedc0521bcd3a94204b2cfeb22d3d (patch)
tree7adc40fd8ad0419041214f546b488c4183b582b4 /src/Formats
parent10068c5b31a2e3df746638da8c440d325a32f67d (diff)
downloaddokka-782a0b35513dedc0521bcd3a94204b2cfeb22d3d.tar.gz
dokka-782a0b35513dedc0521bcd3a94204b2cfeb22d3d.tar.bz2
dokka-782a0b35513dedc0521bcd3a94204b2cfeb22d3d.zip
Make Jekyll formatter extendable
Diffstat (limited to 'src/Formats')
-rw-r--r--src/Formats/JekyllFormatService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Formats/JekyllFormatService.kt b/src/Formats/JekyllFormatService.kt
index 9870c8ee..dc18a6e4 100644
--- a/src/Formats/JekyllFormatService.kt
+++ b/src/Formats/JekyllFormatService.kt
@@ -1,6 +1,6 @@
package org.jetbrains.dokka
-public class JekyllFormatService(locationService: LocationService,
+public open class JekyllFormatService(locationService: LocationService,
signatureGenerator: LanguageService)
: MarkdownFormatService(locationService, signatureGenerator) {