diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-03-04 14:07:57 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-03-04 14:28:14 +0100 |
commit | 1ed877e8b51ec586a2976e8088e34d17de82fc52 (patch) | |
tree | a1cfe422a3cd659a35fa5dea924d9da99afb7c71 /plugins/base/src/test | |
parent | ad8d1e01a8d4f1f6066c74f89466f3b33c948f87 (diff) | |
download | dokka-1ed877e8b51ec586a2976e8088e34d17de82fc52.tar.gz dokka-1ed877e8b51ec586a2976e8088e34d17de82fc52.tar.bz2 dokka-1ed877e8b51ec586a2976e8088e34d17de82fc52.zip |
Now signature provider uses new visibility model
Diffstat (limited to 'plugins/base/src/test')
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/fn.html | 2 | ||||
-rw-r--r-- | plugins/base/src/test/resources/expect/test/out/root/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/resources/expect/test/out/root/fn.html b/plugins/base/src/test/resources/expect/test/out/root/fn.html index cc0ae002..e87d7bc4 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/fn.html +++ b/plugins/base/src/test/resources/expect/test/out/root/fn.html @@ -14,7 +14,7 @@ </div> <div id="content">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="fn.html">fn</a> <h1>fn</h1> -public final fun <a href="fn.html">fn</a>() +final fun <a href="fn.html">fn</a>() <h3>Description</h3> Function fn </div> diff --git a/plugins/base/src/test/resources/expect/test/out/root/index.html b/plugins/base/src/test/resources/expect/test/out/root/index.html index 81f2bcc2..25c65b11 100644 --- a/plugins/base/src/test/resources/expect/test/out/root/index.html +++ b/plugins/base/src/test/resources/expect/test/out/root/index.html @@ -20,7 +20,7 @@ <tbody> <tr> <td><a href="fn.html">fn</a></td> - <td>public final fun <a href="fn.html">fn</a>()</td> + <td>final fun <a href="fn.html">fn</a>()</td> <td>Function fn</td> </tr> </tbody> |