From 39631054c58df5841ea268b7002b820ec55f6e0a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 3 Dec 2015 16:22:11 +0100 Subject: restructure Dokka build to use Gradle for everything except for the Maven plugin --- .../crossLanguage/kotlinExtendsJava/Bar.html | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 test/data/format/crossLanguage/kotlinExtendsJava/Bar.html (limited to 'test/data/format/crossLanguage/kotlinExtendsJava/Bar.html') diff --git a/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html b/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html deleted file mode 100644 index e7b139d8..00000000 --- a/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html +++ /dev/null @@ -1,37 +0,0 @@ - - -test / test.Bar - - -test / test / Bar
-
-

Bar

-class Bar : Foo
-

See xyzzy

-
-
-

Constructors

- - - - - - - -
-<init> -Bar()

See xyzzy

-
-

Inherited Functions

- - - - - - - -
-xyzzy -open fun xyzzy(): Unit
- - -- cgit