diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/overloadsWithDifferentDescriptions.html | |
parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html')
-rw-r--r-- | core/testdata/format/overloadsWithDifferentDescriptions.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html deleted file mode 100644 index c2a348c6..00000000 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ /dev/null @@ -1,25 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>f - test</title> -</HEAD> -<BODY> -<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> -<br/> -<h1>f</h1> -<a name="$f(kotlin.Int)"></a> -<code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier" id="$f(kotlin.Int)/x">x</span><span class="symbol">:</span> <span class="identifier">Int</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code> -<p>Performs an action on x.</p> -<p>This is a long description.</p> -<h3>Parameters</h3> -<p><a name="x"></a> -<code>x</code> - the int value to perform the action on.</p> -<a name="$f(kotlin.String)"></a> -<code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier" id="$f(kotlin.String)/x">x</span><span class="symbol">:</span> <span class="identifier">String</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code> -<p>Performs an action on x.</p> -<p>This is a long description.</p> -<h3>Parameters</h3> -<p><a name="x"></a> -<code>x</code> - the string value to perform the action on.</p> -</BODY> -</HTML> |