From bc0654e29891fa5e93b8d122518179779aae7e6a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 27 May 2015 19:26:13 +0200 Subject: allow to explicitly specify the type of root for every input path --- .../format/crossLanguage/kotlinExtendsJava.html | 26 ---------------------- .../crossLanguage/kotlinExtendsJava/Bar.html | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 test/data/format/crossLanguage/kotlinExtendsJava.html create mode 100644 test/data/format/crossLanguage/kotlinExtendsJava/Bar.html (limited to 'test/data') diff --git a/test/data/format/crossLanguage/kotlinExtendsJava.html b/test/data/format/crossLanguage/kotlinExtendsJava.html deleted file mode 100644 index 5b93d837..00000000 --- a/test/data/format/crossLanguage/kotlinExtendsJava.html +++ /dev/null @@ -1,26 +0,0 @@ - - -test / test.Bar - - -test / test / Bar
-
-

Bar

-class Bar : Foo
-

See xyzzy

-
-
-

Constructors

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

See xyzzy

-
- - diff --git a/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html b/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html new file mode 100644 index 00000000..5b93d837 --- /dev/null +++ b/test/data/format/crossLanguage/kotlinExtendsJava/Bar.html @@ -0,0 +1,26 @@ + + +test / test.Bar + + +test / test / Bar
+
+

Bar

+class Bar : Foo
+

See xyzzy

+
+
+

Constructors

+ + + + + + + +
+<init> +Bar()

See xyzzy

+
+ + -- cgit