From 11bc0b1ceef4340e7587b85b647010faf171131b Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 20:42:59 +0100 Subject: hide visibility modifiers in summary list of members --- test/data/format/annotationClass.md | 2 +- test/data/format/annotations.md | 2 +- test/data/format/classWithDefaultObject.html | 2 +- test/data/format/classWithDefaultObject.md | 2 +- test/data/format/crossLanguage/kotlinExtendsJava.html | 2 +- test/data/format/deprecated.class.html | 2 +- test/data/format/javaLinkTag.html | 2 +- test/data/format/javaSeeTag.html | 2 +- test/data/format/javaSupertype.html | 2 +- test/data/format/typeLink.html | 2 +- test/data/format/typeParameterVariance.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'test') 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()` | diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index 9e32eb24..caf84084 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -10,7 +10,7 @@ ### Constructors -| [<init>](test/-foo/-init-) | `public Foo()` | +| [<init>](test/-foo/-init-) | `Foo()` | ### Properties 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 @@ <init> -public Klass() +Klass() diff --git a/test/data/format/classWithDefaultObject.md b/test/data/format/classWithDefaultObject.md index d9f6a8fe..645f4755 100644 --- a/test/data/format/classWithDefaultObject.md +++ b/test/data/format/classWithDefaultObject.md @@ -10,7 +10,7 @@ ### Constructors -| [<init>](test/-klass/-init-) | `public Klass()` | +| [<init>](test/-klass/-init-) | `Klass()` | ### Default Object Properties diff --git a/test/data/format/crossLanguage/kotlinExtendsJava.html b/test/data/format/crossLanguage/kotlinExtendsJava.html index 035b66b0..5b93d837 100644 --- a/test/data/format/crossLanguage/kotlinExtendsJava.html +++ b/test/data/format/crossLanguage/kotlinExtendsJava.html @@ -17,7 +17,7 @@ <init> -public Bar()

See xyzzy

+Bar()

See xyzzy

diff --git a/test/data/format/deprecated.class.html b/test/data/format/deprecated.class.html index 600b362f..69da63a1 100644 --- a/test/data/format/deprecated.class.html +++ b/test/data/format/deprecated.class.html @@ -33,7 +33,7 @@ <init> -public C() +C() diff --git a/test/data/format/javaLinkTag.html b/test/data/format/javaLinkTag.html index e5d5b01d..d6ced4ce 100644 --- a/test/data/format/javaLinkTag.html +++ b/test/data/format/javaLinkTag.html @@ -18,7 +18,7 @@ bar -public open fun bar(): Unit +open fun bar(): Unit diff --git a/test/data/format/javaSeeTag.html b/test/data/format/javaSeeTag.html index c1ebb740..cf7b7941 100644 --- a/test/data/format/javaSeeTag.html +++ b/test/data/format/javaSeeTag.html @@ -19,7 +19,7 @@ bar -public open fun bar(): Unit +open fun bar(): Unit diff --git a/test/data/format/javaSupertype.html b/test/data/format/javaSupertype.html index 92a53a44..3a93da0a 100644 --- a/test/data/format/javaSupertype.html +++ b/test/data/format/javaSupertype.html @@ -16,7 +16,7 @@ returnFoo -public open fun returnFoo(foo: Foo): Foo +open fun returnFoo(foo: Foo): Foo diff --git a/test/data/format/typeLink.html b/test/data/format/typeLink.html index 9df615c8..ff99090a 100644 --- a/test/data/format/typeLink.html +++ b/test/data/format/typeLink.html @@ -16,7 +16,7 @@ <init> -public Bar() +Bar() diff --git a/test/data/format/typeParameterVariance.md b/test/data/format/typeParameterVariance.md index a46929ce..9ba871a8 100644 --- a/test/data/format/typeParameterVariance.md +++ b/test/data/format/typeParameterVariance.md @@ -10,5 +10,5 @@ ### Constructors -| [<init>](test/-foo/-init-) | `public Foo()` | +| [<init>](test/-foo/-init-) | `Foo()` | -- cgit