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

foo

+fun foo(): Unit
+

foo (bar)

+
+
+ + -- cgit