diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-28 23:42:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 08:42:19 +0100 |
commit | 44f672a515a2cc88f98f3e249a590fc4eb09a751 (patch) | |
tree | 59c6cebdd414699d70dd6a2d67fb4c0fb55291c7 /nimdoc/test_out_index_dot_html | |
parent | 478d15f7f4bb48a8442e54d8ab08aaade39e5270 (diff) | |
download | Nim-44f672a515a2cc88f98f3e249a590fc4eb09a751.tar.gz |
fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)
Diffstat (limited to 'nimdoc/test_out_index_dot_html')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html index 35a5dfb56..4646732f1 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -98,7 +98,7 @@ window.addEventListener('DOMContentLoaded', main); <ul class="simple simple-toc-section"> <ul class="simple nested-toc-section">foo <li><a class="reference" href="#foo" - title="foo()">foo</a></li> + title="foo()">foo()</a></li> </ul> |