From cb6928f9b823c7fde746f17da4834431de452c83 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 22 Jun 2017 19:42:12 +0300 Subject: Wrap parameters in paragraphs for HTML format #171 fixed --- core/testdata/format/overloadsWithDifferentDescriptions.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html') diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index cdf380be..1f086039 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -12,13 +12,14 @@

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.

-- cgit