From 722c9afcdf43e27ae82b30f8b21a6d0f967a7ee2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 16:28:05 +0100 Subject: use non-breaking spaces when generating signatures --- test/data/format/overloadsWithDifferentDescriptions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data/format/overloadsWithDifferentDescriptions.html') diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html index 06431d15..a2cc21f4 100644 --- a/test/data/format/overloadsWithDifferentDescriptions.html +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -6,7 +6,7 @@ test / f

f

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

Performs an action on x.

Description

This is a long description.

@@ -17,7 +17,7 @@ x - the int value to perform the action on.


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

Performs an action on x.

Description

This is a long description.

-- cgit