From 82de2309e53df4206e99beb36ef51326dbae48a2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 16 Jan 2015 16:55:22 +0100 Subject: refactor outline generation; generate HTML outline --- src/Formats/TextFormatService.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Formats/TextFormatService.kt') diff --git a/src/Formats/TextFormatService.kt b/src/Formats/TextFormatService.kt index 4e43cbcc..9db20dfa 100644 --- a/src/Formats/TextFormatService.kt +++ b/src/Formats/TextFormatService.kt @@ -15,7 +15,4 @@ public class TextFormatService(val signatureGenerator: LanguageService) : Format } } } - - override fun appendOutline(location: Location, to: StringBuilder, nodes: Iterable) { - } } \ No newline at end of file -- cgit