diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-22 19:42:12 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-06-22 19:42:12 +0300 |
commit | cb6928f9b823c7fde746f17da4834431de452c83 (patch) | |
tree | d32b1f7afce21e6fb57829868fbf28fc8188ad30 /core/testdata/format/overloadsWithDifferentDescriptions.html | |
parent | da4c7a74b532d794addc3420d2e0664486352ae9 (diff) | |
download | dokka-cb6928f9b823c7fde746f17da4834431de452c83.tar.gz dokka-cb6928f9b823c7fde746f17da4834431de452c83.tar.bz2 dokka-cb6928f9b823c7fde746f17da4834431de452c83.zip |
Wrap parameters in paragraphs for HTML format
#171 fixed
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> |