From 85a3ae7626810113816fd31a0e26d44d48308ed2 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 20 Feb 2015 14:08:30 +0100 Subject: support in-page anchors in locations --- test/data/format/parameterAnchor.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/data/format/parameterAnchor.html (limited to 'test/data/format/parameterAnchor.html') diff --git a/test/data/format/parameterAnchor.html b/test/data/format/parameterAnchor.html new file mode 100644 index 00000000..2b2fec08 --- /dev/null +++ b/test/data/format/parameterAnchor.html @@ -0,0 +1,17 @@ + + +test / processFiles + + +test / processFiles
+
+

processFiles

+public 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