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/overloadsWithDifferentDescriptions.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test/data/format/overloadsWithDifferentDescriptions.html') diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html index 3ce974af..6d174529 100644 --- a/test/data/format/overloadsWithDifferentDescriptions.html +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -6,23 +6,25 @@ test /  / f

f

-
fun f(x: Int): Unit

Performs an action on x.

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

Performs an action on x.

Description

This is a long description.



Parameters

x - the int value to perform the action on.
-
fun f(x: String): Unit

Performs an action on x.



+fun f(x: String): Unit
+

Performs an action on x.

Description

This is a long description.



Parameters

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