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/annotationClass.md | |
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/annotationClass.md')
-rw-r--r-- | test/data/format/annotationClass.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/annotationClass.md b/test/data/format/annotationClass.md index 936217d2..03548aa3 100644 --- a/test/data/format/annotationClass.md +++ b/test/data/format/annotationClass.md @@ -10,5 +10,5 @@ ### Constructors -| [<init>](test/fancy/-init-) | `public fancy()` | +| [<init>](test/fancy/-init-) | `fancy()` | |