diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-26 20:42:59 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-26 20:42:59 +0100 |
commit | 11bc0b1ceef4340e7587b85b647010faf171131b (patch) | |
tree | eba31186e025d79c000621b4f7cf49ef1a84d97b /test/data/format/classWithDefaultObject.html | |
parent | f7c2f2a40b946538e582719bfd61b73357e9ccb6 (diff) | |
download | dokka-11bc0b1ceef4340e7587b85b647010faf171131b.tar.gz dokka-11bc0b1ceef4340e7587b85b647010faf171131b.tar.bz2 dokka-11bc0b1ceef4340e7587b85b647010faf171131b.zip |
hide visibility modifiers in summary list of members
Diffstat (limited to 'test/data/format/classWithDefaultObject.html')
-rw-r--r-- | test/data/format/classWithDefaultObject.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/classWithDefaultObject.html b/test/data/format/classWithDefaultObject.html index ca6f2305..663d8f64 100644 --- a/test/data/format/classWithDefaultObject.html +++ b/test/data/format/classWithDefaultObject.html @@ -16,7 +16,7 @@ <td> <a href="test/-klass/-init-"><init></a></td> <td> -<code><span class="keyword">public</span> <span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td> +<code><span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td> </tr> </tbody> </table> |