From 3f2a790190da4f40ea6d8a976aa1929b2a1b002b Mon Sep 17 00:00:00 2001 From: Błażej Kardyś Date: Tue, 5 May 2020 17:45:12 +0200 Subject: Changing approach from platform-driven to source-set-driven --- .../out/html/navigation.html | 10 +-- .../out/html/root/[jvm root]/-fancy/-init-.html | 32 --------- .../out/html/root/[jvm root]/-fancy/equals.html | 32 --------- .../out/html/root/[jvm root]/-fancy/hash-code.html | 32 --------- .../out/html/root/[jvm root]/-fancy/index.html | 83 ---------------------- .../out/html/root/[jvm root]/-fancy/to-string.html | 32 --------- .../out/html/root/[jvm root]/function.html | 32 --------- .../out/html/root/[jvm root]/index.html | 69 ------------------ .../out/html/root/[main root]/-fancy/-init-.html | 32 +++++++++ .../out/html/root/[main root]/-fancy/equals.html | 32 +++++++++ .../html/root/[main root]/-fancy/hash-code.html | 32 +++++++++ .../out/html/root/[main root]/-fancy/index.html | 83 ++++++++++++++++++++++ .../html/root/[main root]/-fancy/to-string.html | 32 +++++++++ .../out/html/root/[main root]/function.html | 32 +++++++++ .../out/html/root/[main root]/index.html | 69 ++++++++++++++++++ .../out/html/root/index.html | 4 +- .../out/html/root/package-list | 10 +-- 17 files changed, 324 insertions(+), 324 deletions(-) delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/-fancy/-init-.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/-fancy/equals.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/-fancy/hash-code.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/-fancy/index.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/-fancy/to-string.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/function.html delete mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[jvm root]/index.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/-fancy/-init-.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/-fancy/equals.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/-fancy/hash-code.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/-fancy/index.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/-fancy/to-string.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/function.html create mode 100644 plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/[main root]/index.html (limited to 'plugins/base/src/test/resources/expect/functionWithAnnotatedParam') diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html index df89ba77..dd3ea05b 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/navigation.html @@ -1,12 +1,12 @@