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/overloadsWithDescription.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/data/format/overloadsWithDescription.html') diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index 37f5cd08..4d43cb05 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -6,14 +6,16 @@ test /  / f

f

-
fun f(x: Int): Unit
fun f(x: String): Unit

Performs an action on x.

-
-
+fun f(x: Int): Unit
+fun f(x: String): Unit
+

Performs an action on x.

Description

This is a long description.



Parameters

x - the value to perform the action on.
+
+
-- cgit