diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2016-01-04 20:50:11 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2016-01-04 20:50:11 +0100 |
commit | e0d00cba3613d092b6fa6af961378584c7c77b75 (patch) | |
tree | 9285e1d95a3869d8e6daa0481e4ab5dc4553b621 /core/testdata | |
parent | 2e77e004919664512f88d3ce8d28697c26f9c521 (diff) | |
download | dokka-e0d00cba3613d092b6fa6af961378584c7c77b75.tar.gz dokka-e0d00cba3613d092b6fa6af961378584c7c77b75.tar.bz2 dokka-e0d00cba3613d092b6fa6af961378584c7c77b75.zip |
StructuredFormatService restructured so that it makes more sense: we're either generating a doc for a group of overloads (which have no members) or for a single node (where a list of members can be displayed)
Diffstat (limited to 'core/testdata')
-rw-r--r-- | core/testdata/format/deprecated.class.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html index 69da63a1..b9939cd8 100644 --- a/core/testdata/format/deprecated.class.html +++ b/core/testdata/format/deprecated.class.html @@ -26,16 +26,5 @@ <br/> <br/> <br/> -<h3>Constructors</h3> -<table> -<tbody> -<tr> -<td> -<a href="test/-c/-init-"><init></a></td> -<td> -<code><span class="identifier">C</span><span class="symbol">(</span><span class="symbol">)</span></code></td> -</tr> -</tbody> -</table> </BODY> </HTML> |