diff options
Diffstat (limited to 'core/testdata/format/parameterAnchor.html')
-rw-r--r-- | core/testdata/format/parameterAnchor.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html deleted file mode 100644 index e54a066b..00000000 --- a/core/testdata/format/parameterAnchor.html +++ /dev/null @@ -1,17 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>processFiles - test</title> -</HEAD> -<BODY> -<a href="../index.html">test</a> / <a href="./process-files.html">processFiles</a><br/> -<br/> -<h1>processFiles</h1> -<a name="$processFiles(kotlin.Function0((processFiles.T)))"></a> -<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">processFiles</span><span class="symbol">(</span><span class="identifier" id="$processFiles(kotlin.Function0((processFiles.T)))/processor">processor</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="process-files.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">List</span><span class="symbol"><</span><a href="process-files.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> -<p>Runs <a href="process-files.html#$processFiles(kotlin.Function0((processFiles.T)))/processor">processor</a> for each file and collects its results into single list</p> -<h3>Parameters</h3> -<p><a name="processor"></a> -<code>processor</code> - function to receive context for symbol resolution and file for processing</p> -</BODY> -</HTML> |