diff options
author | Miran <narimiran@disroot.org> | 2020-10-05 17:03:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 17:03:14 +0200 |
commit | 112b11c154af1f56b8c842b5723e6097d40d9e60 (patch) | |
tree | ae6f038d5f2b5f7a6ec175ef9bc44474b41e7aa3 /nimdoc/test_out_index_dot_html/expected | |
parent | 5967b6f60f669f343ed089a4cd09f324cbfc5c69 (diff) | |
download | Nim-112b11c154af1f56b8c842b5723e6097d40d9e60.tar.gz |
group procs of the same name in TOC (#15487)
* group procs of the same name in TOC * correctly show `sink` parameters in TOC * no need to reinvent the wheel - `mgetorPut` exists * better setting of text color [ci skip] * fix CSS for better alignment
Diffstat (limited to 'nimdoc/test_out_index_dot_html/expected')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 5 |
1 files changed, 4 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 f35334503..d6e318f7d 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -94,8 +94,11 @@ function main() { <li> <a class="reference reference-toplevel" href="#12" id="62">Procs</a> <ul class="simple simple-toc-section"> + <ul class="simple nested-toc-section">foo <li><a class="reference" href="#foo" - title="foo()"><wbr />foo<span class="attachedType"></span></a></li> + title="foo()">foo<span class="attachedType"></span></a></li> + + </ul> </ul> </li> |