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/accessor.set.md | 2 +- test/data/format/annotations.md | 2 +- test/data/format/crossLanguage/kotlinExtendsJava.html | 2 +- test/data/format/extensions.class.md | 2 +- test/data/format/functionWithDefaultParameter.md | 2 +- test/data/format/javaLinkTag.html | 2 +- test/data/format/javaSeeTag.html | 2 +- test/data/format/javaSupertype.html | 4 ++-- test/data/format/overloads.html | 4 ++-- test/data/format/overloadsWithDescription.html | 4 ++-- test/data/format/overloadsWithDifferentDescriptions.html | 4 ++-- test/data/format/paramTag.md | 2 +- test/data/format/parameterAnchor.html | 2 +- test/data/format/typeLink.html | 2 +- test/data/format/typeParameterBounds.md | 2 +- test/data/format/varargsFunction.md | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) (limited to 'test') diff --git a/test/data/format/accessor.set.md b/test/data/format/accessor.set.md index 4350fcd3..e93766cd 100644 --- a/test/data/format/accessor.set.md +++ b/test/data/format/accessor.set.md @@ -3,6 +3,6 @@ # set -`set(value: String)` +`set(value: String)` diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index 04d16129..9e32eb24 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -22,5 +22,5 @@ ### Functions -| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | +| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | diff --git a/test/data/format/crossLanguage/kotlinExtendsJava.html b/test/data/format/crossLanguage/kotlinExtendsJava.html index 49a9ff8f..035b66b0 100644 --- a/test/data/format/crossLanguage/kotlinExtendsJava.html +++ b/test/data/format/crossLanguage/kotlinExtendsJava.html @@ -6,7 +6,7 @@ test / test / Bar

Bar

-class Bar : Foo
+class Bar : Foo

See xyzzy



diff --git a/test/data/format/extensions.class.md b/test/data/format/extensions.class.md index a4767ace..11ee9ba7 100644 --- a/test/data/format/extensions.class.md +++ b/test/data/format/extensions.class.md @@ -5,7 +5,7 @@ | [fn](test/foo/-string/fn) | `fun String.fn(): Unit` -`fun String.fn(x: Int): Unit` +`fun String.fn(x: Int): Unit` Function with receiver | diff --git a/test/data/format/functionWithDefaultParameter.md b/test/data/format/functionWithDefaultParameter.md index 43bd8d70..21e9eff7 100644 --- a/test/data/format/functionWithDefaultParameter.md +++ b/test/data/format/functionWithDefaultParameter.md @@ -3,6 +3,6 @@ # f -`fun f(x: String = ""): Unit` +`fun f(x: String = ""): Unit` diff --git a/test/data/format/javaLinkTag.html b/test/data/format/javaLinkTag.html index b5f03ef3..1a22a719 100644 --- a/test/data/format/javaLinkTag.html +++ b/test/data/format/javaLinkTag.html @@ -6,7 +6,7 @@ test / test / Foo

Foo

-open class Foo : Any
+open class Foo : Any

Call #bar() to do the job.


diff --git a/test/data/format/javaSeeTag.html b/test/data/format/javaSeeTag.html index 392b1d2e..0e4fb9a9 100644 --- a/test/data/format/javaSeeTag.html +++ b/test/data/format/javaSeeTag.html @@ -6,7 +6,7 @@ test / test / Foo

Foo

-open class Foo : Any
+open class Foo : Any

See Also
#bar
diff --git a/test/data/format/javaSupertype.html b/test/data/format/javaSupertype.html index f49a6e0f..92a53a44 100644 --- a/test/data/format/javaSupertype.html +++ b/test/data/format/javaSupertype.html @@ -6,7 +6,7 @@ test / test / C / Bar

Bar

-public open class Bar : Foo
+public open class Bar : Foo


Functions

@@ -16,7 +16,7 @@ returnFoo -public open fun returnFoo(foo: Foo): Foo +public open fun returnFoo(foo: Foo): Foo diff --git a/test/data/format/overloads.html b/test/data/format/overloads.html index 9189483d..27863bac 100644 --- a/test/data/format/overloads.html +++ b/test/data/format/overloads.html @@ -16,8 +16,8 @@ f -fun f(x: Int): Unit
-fun f(x: String): Unit

Performs an action on x.

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

Performs an action on x.

diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html index db63b262..a0a27b8c 100644 --- a/test/data/format/overloadsWithDescription.html +++ b/test/data/format/overloadsWithDescription.html @@ -6,8 +6,8 @@ test / f

f

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

Performs an action on x.

Description

This is a long description.

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.

diff --git a/test/data/format/paramTag.md b/test/data/format/paramTag.md index aacda66f..882083fe 100644 --- a/test/data/format/paramTag.md +++ b/test/data/format/paramTag.md @@ -3,7 +3,7 @@ # f -`fun f(x: String, y: Int): Unit` +`fun f(x: String, y: Int): Unit` ### Parameters diff --git a/test/data/format/parameterAnchor.html b/test/data/format/parameterAnchor.html index 2b2fec08..445566e8 100644 --- a/test/data/format/parameterAnchor.html +++ b/test/data/format/parameterAnchor.html @@ -6,7 +6,7 @@ test / processFiles

processFiles

-public fun <T> processFiles(processor: () -> T): List<T>
+public fun <T> processFiles(processor: () -> T): List<T>

Runs processor for each file and collects its results into single list

Parameters

diff --git a/test/data/format/typeLink.html b/test/data/format/typeLink.html index 06c31454..9df615c8 100644 --- a/test/data/format/typeLink.html +++ b/test/data/format/typeLink.html @@ -6,7 +6,7 @@ test / Bar

Bar

-class Bar : Foo
+class Bar : Foo


Constructors

diff --git a/test/data/format/typeParameterBounds.md b/test/data/format/typeParameterBounds.md index 91fd456a..3962f911 100644 --- a/test/data/format/typeParameterBounds.md +++ b/test/data/format/typeParameterBounds.md @@ -3,7 +3,7 @@ # generic -`public fun <T : R, R> generic(): Unit` +`public fun <T : R, R> generic(): Unit` generic function diff --git a/test/data/format/varargsFunction.md b/test/data/format/varargsFunction.md index 7a087428..723437aa 100644 --- a/test/data/format/varargsFunction.md +++ b/test/data/format/varargsFunction.md @@ -3,6 +3,6 @@ # f -`fun f(vararg s: String): Unit` +`fun f(vararg s: String): Unit` -- cgit