From a3ec2e2afd6f4140ac78f7630fa9c2ca1f8ca8af Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 12 Jan 2016 16:14:21 +0100 Subject: generate signature-based anchors for overloads; use signature instead of name as an anchor for in-page links --- core/testdata/format/parameterAnchor.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/parameterAnchor.html') diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index c5920fb7..717bb0fd 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -6,8 +6,9 @@ test / processFiles

processFiles

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

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

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

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

Parameters

processor - function to receive context for symbol resolution and file for processing
-- cgit