diff options
Diffstat (limited to 'plugins/base/src')
2 files changed, 2 insertions, 0 deletions
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 @@ <h1>Fancy</h1> <div class="symbol monospace">annotation class <a href="index.html">Fancy</a></div> </div> </div> +<br> <h2>Functions</h2> <table> <thead></thead> 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 @@ <h1>Fancy</h1> <div class="symbol monospace">annotation class <a href="index.html">Fancy</a></div> </div> </div> +<br> <h2>Functions</h2> <table> <thead></thead> |