From 782a0b35513dedc0521bcd3a94204b2cfeb22d3d Mon Sep 17 00:00:00 2001 From: kisenka Date: Fri, 10 Oct 2014 16:12:57 +0400 Subject: Make Jekyll formatter extendable --- src/Formats/JekyllFormatService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit