diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-16 21:07:29 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-20 18:20:19 +0300 |
commit | 3693c2f7e75822ad035007f98c8d55006d9eabbd (patch) | |
tree | 4feb66bfed6517e17bf198e47f3b377db23fdef6 /core/testdata/format/overloadsWithDescription.html | |
parent | 51377df14fcbc326a79fcee0975d29b5ca014a85 (diff) | |
download | dokka-3693c2f7e75822ad035007f98c8d55006d9eabbd.tar.gz dokka-3693c2f7e75822ad035007f98c8d55006d9eabbd.tar.bz2 dokka-3693c2f7e75822ad035007f98c8d55006d9eabbd.zip |
Fix p tag closing in HTML format's
Diffstat (limited to 'core/testdata/format/overloadsWithDescription.html')
-rw-r--r-- | core/testdata/format/overloadsWithDescription.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/testdata/format/overloadsWithDescription.html b/core/testdata/format/overloadsWithDescription.html index 09b92e66..fe98b8fe 100644 --- a/core/testdata/format/overloadsWithDescription.html +++ b/core/testdata/format/overloadsWithDescription.html @@ -14,8 +14,7 @@ <p>Performs an action on <a href="test/f#$f(kotlin.Int)/x">x</a>.</p> <p>This is a long description.</p> <h3>Parameters</h3> - <p><a name="x"></a> -<code>x</code> - the value to perform the action on. +<code>x</code> - the value to perform the action on.</p> </BODY> </HTML> |