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/see.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'test/data/format/see.html') diff --git a/test/data/format/see.html b/test/data/format/see.html index 30409eb7..42e20e35 100644 --- a/test/data/format/see.html +++ b/test/data/format/see.html @@ -5,21 +5,24 @@ test /  / quux

quux

-
fun quux(): Unit

-
+fun quux(): Unit
See Also

foo

bar


+
+
test /  / foo

foo

-
fun foo(): Unit

+fun foo(): Unit
+

test /  / bar

bar

-
fun bar(): Unit

+fun bar(): Unit
+

-- cgit