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/parameterAnchor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/parameterAnchor.html') 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

-- cgit