From fee86d79a3aa7357c68c2f8f519d187f43447e8c Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Fri, 3 Apr 2020 13:57:33 +0200 Subject: Refactor package list to be a preprocessor --- .../out/html/root/package-list | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/package-list (limited to 'plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters') diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/package-list b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/package-list new file mode 100644 index 00000000..d2e42c86 --- /dev/null +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/package-list @@ -0,0 +1,8 @@ +$dokka.format:html +$dokka.linkExtension:html +$dokka.location://f/#//root//f.html +$dokka.location:/Fancy/equals/#kotlin.Any?//root//-fancy/equals.html +$dokka.location:/Fancy/hashCode/#//root//-fancy/hash-code.html +$dokka.location:/Fancy/toString/#//root//-fancy/to-string.html + + -- cgit