diff options
| author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:17:52 +0300 |
|---|---|---|
| committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:17:52 +0300 |
| commit | 955a4f706c54a271473424c817daaeb02bea5cc5 (patch) | |
| tree | 4643356130008719d6da239adea3a8537aebd808 /core/testdata/format/parameterAnchor.html | |
| parent | 3683c18f3ca302d7afb8f5076290c6bd44f91ce5 (diff) | |
| download | dokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.gz dokka-955a4f706c54a271473424c817daaeb02bea5cc5.tar.bz2 dokka-955a4f706c54a271473424c817daaeb02bea5cc5.zip | |
Update testData
Diffstat (limited to 'core/testdata/format/parameterAnchor.html')
| -rw-r--r-- | core/testdata/format/parameterAnchor.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index 3ffcf595..a4ae0997 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -4,12 +4,12 @@ <title>processFiles - test</title> </HEAD> <BODY> -<a href="test/index">test</a> / <a href="test/process-files">processFiles</a><br/> +<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="test/process-files#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="test/process-files#T"><span class="identifier">T</span></a><span class="symbol">></span></code> -<p>Runs <a href="test/process-files#$processFiles(kotlin.Function0((processFiles.T)))/processor">processor</a> for each file and collects its results into single list</p> +<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> |
