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/summarizeSignatures.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/data/format/summarizeSignatures.md (limited to 'test/data/format/summarizeSignatures.md') diff --git a/test/data/format/summarizeSignatures.md b/test/data/format/summarizeSignatures.md deleted file mode 100644 index b1707f40..00000000 --- a/test/data/format/summarizeSignatures.md +++ /dev/null @@ -1,23 +0,0 @@ -[test](test/index) / [kotlin](test/kotlin/index) - - -## Package kotlin - - -### Types - - -| [Array](test/kotlin/-array/index) | `class Array<T>` | -| [CharArray](test/kotlin/-char-array/index) | `class CharArray` | -| [IntArray](test/kotlin/-int-array/index) | `class IntArray` | - - -### Functions - - -| [foo](test/kotlin/foo) | `fun <T> any_array<T>.foo(predicate: (T) -> Boolean): Boolean` - -Returns true if foo. - - | - -- cgit