From c0064d2b43ec30237d0d39bf5a9aaa4ce5e14744 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 4 Jul 2016 19:48:27 +0200 Subject: Rewrite output generation; much cleaner Markdown and HTML generated. Resolves #71, #72 --- core/testdata/format/deprecated.class.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/testdata/format/deprecated.class.html') diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html index 71470c63..4d998c69 100644 --- a/core/testdata/format/deprecated.class.html +++ b/core/testdata/format/deprecated.class.html @@ -8,8 +8,6 @@ class C
Deprecated: This class sucks

-
-
test / f

f

@@ -17,8 +15,6 @@ fun f(): Unit
Deprecated: This function sucks

-
-
test / p

p

@@ -26,7 +22,5 @@ val p: Int
Deprecated: This property sucks

-
-
-- cgit