aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/overloadsWithDifferentDescriptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html')
-rw-r--r--core/testdata/format/overloadsWithDifferentDescriptions.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html
index 4d621d33..947c72d6 100644
--- a/core/testdata/format/overloadsWithDifferentDescriptions.html
+++ b/core/testdata/format/overloadsWithDifferentDescriptions.html
@@ -7,22 +7,21 @@
<a href="test/index">test</a>&nbsp;/&nbsp;<a href="test/f">f</a><br/>
<br/>
<h1>f</h1>
-
<p><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>&nbsp;<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.
+<code>x</code> - the int value to perform the action on.</p>
+</p>
<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>&nbsp;<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.
+<code>x</code> - the string value to perform the action on.</p>
+</p>
</BODY>
</HTML>