diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-10 18:55:12 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-10 18:55:12 +0100 |
commit | e1a3884fdce26bb28b7580627ffad0d69b8bed61 (patch) | |
tree | d32962bbd572f2fec2e9f513881248a52e43f4c7 /test/data/format/see.html | |
parent | 0d0fc1f2bf8f09106e53626bc024298dc91361b8 (diff) | |
download | dokka-e1a3884fdce26bb28b7580627ffad0d69b8bed61.tar.gz dokka-e1a3884fdce26bb28b7580627ffad0d69b8bed61.tar.bz2 dokka-e1a3884fdce26bb28b7580627ffad0d69b8bed61.zip |
more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together
Diffstat (limited to 'test/data/format/see.html')
-rw-r--r-- | test/data/format/see.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/data/format/see.html b/test/data/format/see.html index fa283363..30409eb7 100644 --- a/test/data/format/see.html +++ b/test/data/format/see.html @@ -7,8 +7,6 @@ <h1>quux</h1> <pre><code><span class="keyword">fun </span><span class="identifier">quux</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/> <br/> -<br/> -<br/> <strong>See Also</strong><br/> <p><a href="out.html">foo</a></p> <p><a href="out.html">bar</a></p> |