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 --- core/testdata/format/website-html/overloadGroup.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'core/testdata/format/website-html/overloadGroup.html') diff --git a/core/testdata/format/website-html/overloadGroup.html b/core/testdata/format/website-html/overloadGroup.html index 2482f8fb..3ea7de94 100644 --- a/core/testdata/format/website-html/overloadGroup.html +++ b/core/testdata/format/website-html/overloadGroup.html @@ -1,18 +1,16 @@
test / magic

magic

-

+
fun magic(spell: String): Int
-

Parameters

+

Parameters

spell - The text of spell, often distributed on scrolls

-

ReturnSpell ID for future casts

+

Return Spell ID for future casts

-

-

+
fun magic(spell: Int): Int
-

Parameters

+

Parameters

spell - Spell ID of previously casted spell

-

ReturnSpell ID for future casts

+

Return Spell ID for future casts

-

-- cgit