diff options
Diffstat (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html')
| -rw-r--r-- | core/testdata/format/overloadsWithDifferentDescriptions.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html index cdf380be..1f086039 100644 --- a/core/testdata/format/overloadsWithDifferentDescriptions.html +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -12,13 +12,14 @@ <p>Performs an action on x.</p> <p>This is a long description.</p> <h3>Parameters</h3> -<a name="x"></a> -<code>x</code> - the int value to perform the action on.<a name="$f(kotlin.String)"></a> +<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> -<a name="x"></a> -<code>x</code> - the string value to perform the action on. +<p><a name="x"></a> +<code>x</code> - the string value to perform the action on.</p> </BODY> </HTML> |
