aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/overloadsWithDifferentDescriptions.html
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-03-24 22:01:49 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-04-10 18:19:20 +0300
commitf65fbf534807c168a81f4e80919680ca7dcff47b (patch)
tree8d61b7566aa4be26c5259d42acfe32aa9c3dc5b1 /core/testdata/format/overloadsWithDifferentDescriptions.html
parente13d38a494d8303721a1a4e10f65064b4de157e2 (diff)
downloaddokka-f65fbf534807c168a81f4e80919680ca7dcff47b.tar.gz
dokka-f65fbf534807c168a81f4e80919680ca7dcff47b.tar.bz2
dokka-f65fbf534807c168a81f4e80919680ca7dcff47b.zip
Tweak kws html format to match output of old format
Diffstat (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html')
-rw-r--r--core/testdata/format/overloadsWithDifferentDescriptions.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html
index 947c72d6..cdf380be 100644
--- a/core/testdata/format/overloadsWithDifferentDescriptions.html
+++ b/core/testdata/format/overloadsWithDifferentDescriptions.html
@@ -7,21 +7,18 @@
<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>
+<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.</p>
-</p>
-<p><a name="$f(kotlin.String)"></a>
+<a name="x"></a>
+<code>x</code> - the int value to perform the action on.<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.</p>
-</p>
+<a name="x"></a>
+<code>x</code> - the string value to perform the action on.
</BODY>
</HTML>