From ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 10 Feb 2015 19:35:27 +0100 Subject: much nicer html output for overloads --- test/data/format/deprecated.class.html | 9 ++++++--- 1 file changed, 6 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 1442026c..030dd12b 100644 --- a/test/data/format/deprecated.class.html +++ b/test/data/format/deprecated.class.html @@ -5,19 +5,22 @@ test /  / C

C

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


test /  / f

f

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


test /  / p

p

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


Constructors

-- cgit