diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-03-31 15:49:56 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-31 16:02:09 +0200 |
commit | cb98d78d716a0d3e5e783baa147a8929d4c73ce4 (patch) | |
tree | 7dd263360cc8f085ec053bb26ca5455d2c254679 /plugins/base/src | |
parent | fcb34233124fd3c206e45fdc78699e34417de585 (diff) | |
download | dokka-cb98d78d716a0d3e5e783baa147a8929d4c73ce4.tar.gz dokka-cb98d78d716a0d3e5e783baa147a8929d4c73ce4.tar.bz2 dokka-cb98d78d716a0d3e5e783baa147a8929d4c73ce4.zip |
Regenerates expects
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> |