diff options
author | Filip Zybała <fzybala@virtuslab.com> | 2020-03-26 09:54:01 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-26 12:36:03 +0100 |
commit | 3f9dedbc9a0d559ab1320c395847ff88af7ad497 (patch) | |
tree | a232b97e6ee57b55200cc0c0e1a897a0bb9a7c42 /plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out | |
parent | fe232a3f41978f83134f486ed55dad49bfcb0caa (diff) | |
download | dokka-3f9dedbc9a0d559ab1320c395847ff88af7ad497.tar.gz dokka-3f9dedbc9a0d559ab1320c395847ff88af7ad497.tar.bz2 dokka-3f9dedbc9a0d559ab1320c395847ff88af7ad497.zip |
Fixed tests
Diffstat (limited to 'plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out')
7 files changed, 18 insertions, 31 deletions
diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/-init-.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/-init-.html index 1f8f163c..54f356bf 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/-init-.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/-init-.html @@ -18,8 +18,7 @@ </div> <div id="content" pageIds="/Fancy/<init>/#kotlin.Int//">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a>/<a href="-init-.html"><init></a> <h1><init></h1> - <div class="symbol monospace">final fun <a href="-init-.html"><init></a>(size: <a href="">Int</a>)</div> - </div> +<div class="symbol monospace">final fun <a href="-init-.html"><init></a>(size: <a href="">Int</a>)</div> </div> </div> </div> </body> diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/equals.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/equals.html index 095832b0..3047ead0 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/equals.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/equals.html @@ -18,8 +18,7 @@ </div> <div id="content" pageIds="/Fancy/equals/#kotlin.Any?//">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a>/<a href="equals.html">equals</a> <h1>equals</h1> - <div class="symbol monospace">open fun <a href="equals.html">equals</a>(other: <a href="">Any</a>): <a href="">Boolean</a></div> - </div> +<div class="symbol monospace">open fun <a href="equals.html">equals</a>(other: <a href="">Any</a>): <a href="">Boolean</a></div> </div> </div> </div> </body> diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/hash-code.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/hash-code.html index c600cba6..aae30759 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/hash-code.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/hash-code.html @@ -18,8 +18,7 @@ </div> <div id="content" pageIds="/Fancy/hashCode/#//">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a>/<a href="hash-code.html">hashCode</a> <h1>hashCode</h1> - <div class="symbol monospace">open fun <a href="hash-code.html">hashCode</a>(): <a href="">Int</a></div> - </div> +<div class="symbol monospace">open fun <a href="hash-code.html">hashCode</a>(): <a href="">Int</a></div> </div> </div> </div> </body> 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 fd1f598b..e43d5514 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 @@ -18,30 +18,27 @@ </div> <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> +<div class="symbol monospace">annotation class <a href="index.html">Fancy</a></div><br> <h2>Functions</h2> <table> <thead></thead> <tbody> <tr> <td><a href="equals.html">equals</a></td> - <td> - <div class="symbol monospace">open fun <a href="equals.html">equals</a>(other: <a href="">Any</a>): <a href="">Boolean</a></div> - <div class="brief "></div> + <td><div class="symbol monospace">open fun <a href="equals.html">equals</a>(other: <a href="">Any</a>): <a href="">Boolean</a></div> + <div class="brief "> </div> </td> </tr> <tr> <td><a href="hash-code.html">hashCode</a></td> - <td> - <div class="symbol monospace">open fun <a href="hash-code.html">hashCode</a>(): <a href="">Int</a></div> - <div class="brief "></div> + <td><div class="symbol monospace">open fun <a href="hash-code.html">hashCode</a>(): <a href="">Int</a></div> + <div class="brief "> </div> </td> </tr> <tr> <td><a href="to-string.html">toString</a></td> - <td> - <div class="symbol monospace">open fun <a href="to-string.html">toString</a>(): <a href="">String</a></div> - <div class="brief "></div> + <td><div class="symbol monospace">open fun <a href="to-string.html">toString</a>(): <a href="">String</a></div> + <div class="brief "> </div> </td> </tr> </tbody> @@ -52,12 +49,9 @@ <tbody> <tr> <td><a href="">size</a></td> + <td><div class="symbol monospace"><a href="">Int</a></div></td> <td> - <div class="symbol monospace"><a href="">Int</a></div> - </td> - <td><br></td> - <td> - <div class="brief "></div> + <div class="brief "> </div> </td> </tr> </tbody> diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/to-string.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/to-string.html index 01f5bd2f..89cc4ecc 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/to-string.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/-fancy/to-string.html @@ -18,8 +18,7 @@ </div> <div id="content" pageIds="/Fancy/toString/#//">//<a href="../../index.html">root</a>/<a href="../index.html"></a>/<a href="index.html">Fancy</a>/<a href="to-string.html">toString</a> <h1>toString</h1> - <div class="symbol monospace">open fun <a href="to-string.html">toString</a>(): <a href="">String</a></div> - </div> +<div class="symbol monospace">open fun <a href="to-string.html">toString</a>(): <a href="">String</a></div> </div> </div> </div> </body> diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/f.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/f.html index 699949e0..b212ca00 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/f.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/f.html @@ -18,8 +18,7 @@ </div> <div id="content" pageIds="//f/#//">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="f.html">f</a> <h1>f</h1> - <div class="symbol monospace">final fun <a href="f.html">f</a>()</div> - </div> +<div class="symbol monospace">final fun <a href="f.html">f</a>()</div> </div> </div> </div> </body> diff --git a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/index.html b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/index.html index 7bd8b485..f485569d 100644 --- a/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/index.html +++ b/plugins/base/src/test/resources/expect/annotatedFunctionWithAnnotationParameters/out/html/root/index.html @@ -24,9 +24,8 @@ <tbody> <tr> <td><a href="-fancy/index.html">Fancy</a></td> - <td> - <div class="symbol monospace">annotation class <a href="-fancy/index.html">Fancy</a></div> - <div class="brief "></div> + <td><div class="symbol monospace">annotation class <a href="-fancy/index.html">Fancy</a></div> + <div class="brief "> </div> </td> </tr> </tbody> @@ -37,9 +36,8 @@ <tbody> <tr> <td><a href="f.html">f</a></td> - <td> - <div class="symbol monospace">final fun <a href="f.html">f</a>()</div> - <div class="brief "></div> + <td><div class="symbol monospace">final fun <a href="f.html">f</a>()</div> + <div class="brief "> </div> </td> </tr> </tbody> |