From f65fbf534807c168a81f4e80919680ca7dcff47b Mon Sep 17 00:00:00 2001
From: Simon Ogorodnik
Date: Fri, 24 Mar 2017 22:01:49 +0300
Subject: Tweak kws html format to match output of old format
---
.../testdata/format/overloadsWithDifferentDescriptions.html | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
(limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html')
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html
index 947c72d6..cdf380be 100644
--- a/core/testdata/format/overloadsWithDifferentDescriptions.html
+++ b/core/testdata/format/overloadsWithDifferentDescriptions.html
@@ -7,21 +7,18 @@
test / f
f
-
+
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.
-
-
+
+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.