From cb98d78d716a0d3e5e783baa147a8929d4c73ce4 Mon Sep 17 00:00:00 2001 From: Paweł Marks Date: Tue, 31 Mar 2020 15:49:56 +0200 Subject: Regenerates expects --- .../out/html/root/-fancy/index.html | 1 + .../expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'plugins/base/src') diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/index.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/index.html index a79b8a93..17e16262 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/index.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/index.html @@ -23,6 +23,7 @@

Fancy

annotation class Fancy
+

Functions

diff --git a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html index a0dcff00..50881591 100644 --- a/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html +++ b/plugins/base/src/test/resources/expect/functionWithAnnotatedParam/out/html/root/-fancy/index.html @@ -23,6 +23,7 @@

Fancy

annotation class Fancy
+

Functions

-- cgit