diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-03-25 13:27:25 +0100 |
---|---|---|
committer | Paweł Marks <pmarks@virtuslab.com> | 2020-03-25 13:27:25 +0100 |
commit | cf37a3d981bac28e791ec0402fe6f19f986e7a47 (patch) | |
tree | 0911ebbbf959170d2ae6937adde6ebf626f6e7ae | |
parent | 00a75f986e9b1a507b551f990ea8a12a1a470880 (diff) | |
download | dokka-cf37a3d981bac28e791ec0402fe6f19f986e7a47.tar.gz dokka-cf37a3d981bac28e791ec0402fe6f19f986e7a47.tar.bz2 dokka-cf37a3d981bac28e791ec0402fe6f19f986e7a47.zip |
Regeneration of expect tests
3 files changed, 1 insertions, 27 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 60f3af69..fd1f598b 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 @@ -19,19 +19,6 @@ <div id="content" pageIds="/Fancy////">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a> <h1>Fancy</h1> <div class="symbol monospace">annotation class <a href="index.html">Fancy</a></div> - <h2>Constructors</h2> - <table> - <thead></thead> - <tbody> - <tr> - <td><a href="-init-.html"><init></a></td> - <td> - <div class="symbol monospace">final fun <a href="-init-.html"><init></a>(size: <a href="">Int</a>)</div> - <div class="brief "></div> - </td> - </tr> - </tbody> - </table> <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 792b72b7..9d89328b 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 @@ -19,19 +19,6 @@ <div id="content" pageIds="/Fancy////">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a> <h1>Fancy</h1> <div class="symbol monospace">annotation class <a href="index.html">Fancy</a></div> - <h2>Constructors</h2> - <table> - <thead></thead> - <tbody> - <tr> - <td><a href="-init-.html"><init></a></td> - <td> - <div class="symbol monospace">final fun <a href="-init-.html"><init></a>()</div> - <div class="brief "></div> - </td> - </tr> - </tbody> - </table> <h2>Functions</h2> <table> <thead></thead> diff --git a/plugins/base/src/test/resources/expect/sinceKotlin/out/html/root/available-since1.1.html b/plugins/base/src/test/resources/expect/sinceKotlin/out/html/root/available-since1.1.html index 543853c8..964602a2 100644 --- a/plugins/base/src/test/resources/expect/sinceKotlin/out/html/root/available-since1.1.html +++ b/plugins/base/src/test/resources/expect/sinceKotlin/out/html/root/available-since1.1.html @@ -20,7 +20,7 @@ <h1>availableSince1.1</h1> <div class="symbol monospace">final fun <a href="available-since1.1.html">availableSince1.1</a>(): <a href="">String</a></div> <h3>Description</h3> -Quite useful <a href="[String]">String</a> +Quite useful <a href="">String</a> </div> </div> </div> |