From 7003ad81924859cbe6fd5974a95295f1f8588290 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 13:20:41 +0100 Subject: fix formatting of "deprecated" notice in markdown --- test/data/format/deprecated.class.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/data/format/deprecated.class.html') diff --git a/test/data/format/deprecated.class.html b/test/data/format/deprecated.class.html index bc44620d..352bd435 100644 --- a/test/data/format/deprecated.class.html +++ b/test/data/format/deprecated.class.html @@ -6,21 +6,21 @@

C

class C
-Deprecated: This class sucks
+Deprecated: This class sucks


test / f

f

fun f(): Unit
-Deprecated: This function sucks
+Deprecated: This function sucks


test / p

p

val p: Int
-Deprecated: This property sucks
+Deprecated: This property sucks


Constructors

-- cgit