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 --- .../format/overloadsWithDifferentDescriptions.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 core/testdata/format/overloadsWithDifferentDescriptions.html (limited to 'core/testdata/format/overloadsWithDifferentDescriptions.html') diff --git a/core/testdata/format/overloadsWithDifferentDescriptions.html b/core/testdata/format/overloadsWithDifferentDescriptions.html new file mode 100644 index 00000000..30a37e75 --- /dev/null +++ b/core/testdata/format/overloadsWithDifferentDescriptions.html @@ -0,0 +1,30 @@ + + +test / f + + +test / f
+
+

f

+fun f(x: Int): Unit
+

Performs an action on x.

+

This is a long description.

+
+
+

Parameters

+ +x - the int value to perform the action on.
+
+
+fun f(x: String): Unit
+

Performs an action on x.

+

This is a long description.

+
+
+

Parameters

+ +x - the string value to perform the action on.
+
+
+ + -- cgit