diff options
author | LemonBoy <LemonBoy@users.noreply.github.com> | 2019-06-03 10:15:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-03 10:15:20 +0200 |
commit | 7d217a71d3679b58f74bb134add20d9b80750341 (patch) | |
tree | cb67f208b906d60bd11acb01c746efe6656c8e88 /nimdoc/testproject/expected/theindex.html | |
parent | 64518380a56b1a479f207e4e0c793c0c0539fde9 (diff) | |
download | Nim-7d217a71d3679b58f74bb134add20d9b80750341.tar.gz |
Render deprecated pragmas (#8886)
* Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random
Diffstat (limited to 'nimdoc/testproject/expected/theindex.html')
-rw-r--r-- | nimdoc/testproject/expected/theindex.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nimdoc/testproject/expected/theindex.html b/nimdoc/testproject/expected/theindex.html index de581bd41..58cab3ef3 100644 --- a/nimdoc/testproject/expected/theindex.html +++ b/nimdoc/testproject/expected/theindex.html @@ -811,10 +811,18 @@ function main() { <li><a class="reference external" data-doc-search-tag="testproject: bar(): untyped" href="testproject.html#bar.m">testproject: bar(): untyped</a></li> </ul></dd> +<dt><a name="baz" href="#baz"><span>baz:</span></a></dt><dd><ul class="simple"> +<li><a class="reference external" + data-doc-search-tag="testproject: baz[T](a, b: T): T" href="testproject.html#baz%2CT%2CT">testproject: baz[T](a, b: T): T</a></li> + </ul></dd> <dt><a name="bEnum" href="#bEnum"><span>bEnum:</span></a></dt><dd><ul class="simple"> <li><a class="reference external" data-doc-search-tag="utils: bEnum(): untyped" href="subdir/subdir_b/utils.html#bEnum.t">utils: bEnum(): untyped</a></li> </ul></dd> +<dt><a name="buzz" href="#buzz"><span>buzz:</span></a></dt><dd><ul class="simple"> +<li><a class="reference external" + data-doc-search-tag="testproject: buzz[T](a, b: T): T" href="testproject.html#buzz%2CT%2CT">testproject: buzz[T](a, b: T): T</a></li> + </ul></dd> <dt><a name="enumValueA" href="#enumValueA"><span>enumValueA:</span></a></dt><dd><ul class="simple"> <li><a class="reference external" data-doc-search-tag="SomeType.enumValueA" href="subdir/subdir_b/utils.html#enumValueA">SomeType.enumValueA</a></li> |