From c0064d2b43ec30237d0d39bf5a9aaa4ce5e14744 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 4 Jul 2016 19:48:27 +0200 Subject: Rewrite output generation; much cleaner Markdown and HTML generated. Resolves #71, #72 --- .../format/overloadsWithDifferentDescriptions.html | 27 +++++++++------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html') diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index 549adbfa..83849f23 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -6,27 +6,22 @@ test / f

f

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

+fun f(x: Int): Unit

Performs an action on x.

This is a long description.

-
-

Parameters

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

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

+fun f(x: String): Unit

Performs an action on x.

This is a long description.

-
-

Parameters

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

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