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 --- test/data/format/deprecated.class.html | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 test/data/format/deprecated.class.html (limited to 'test/data/format/deprecated.class.html') diff --git a/test/data/format/deprecated.class.html b/test/data/format/deprecated.class.html deleted file mode 100644 index 69da63a1..00000000 --- a/test/data/format/deprecated.class.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - -test / C
-
-

C

-class C
-Deprecated: This class sucks
-
-
-
-test / f
-
-

f

-fun f(): Unit
-Deprecated: This function sucks
-
-
-
-test / p
-
-

p

-val p: Int
-Deprecated: This property sucks
-
-
-
-

Constructors

- - - - - - - -
-<init> -C()
- - -- cgit