diff options
author | LemonBoy <thatlemon@gmail.com> | 2018-09-19 21:17:48 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2018-09-21 18:59:46 +0200 |
commit | 4d9aec1858ecd8651276a5e1d6ca939d345b4d11 (patch) | |
tree | 1130641e6c7fd2b60680df3ac8e1415fb928f7dd /nimdoc/testproject/expected/theindex.html | |
parent | 0951b5b73677f610fd0eb8c274fc540349138d9c (diff) | |
download | Nim-4d9aec1858ecd8651276a5e1d6ca939d345b4d11.tar.gz |
Revert #7964
Somehow the test case doesn't crash anymore and the regression in the doc generation is fixed. Fixes #9019
Diffstat (limited to 'nimdoc/testproject/expected/theindex.html')
-rw-r--r-- | nimdoc/testproject/expected/theindex.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nimdoc/testproject/expected/theindex.html b/nimdoc/testproject/expected/theindex.html index 7e4f8d397..fc5c0e1c5 100644 --- a/nimdoc/testproject/expected/theindex.html +++ b/nimdoc/testproject/expected/theindex.html @@ -1221,7 +1221,11 @@ function main() { <div class="container"> <h1 class="title">Index</h1> Modules: <a href="subdir/subdir_b/utils.html">subdir/subdir_b/utils</a>, <a href="testproject.html">testproject</a>.<br/><p /><h2>API symbols</h2> -<dl><dt><a name="bar" href="#bar"><span>bar:</span></a></dt><dd><ul class="simple"> +<dl><dt><a name="aVariable" href="#aVariable"><span>aVariable:</span></a></dt><dd><ul class="simple"> +<li><a class="reference external" + data-doc-search-tag="testproject: aVariable" href="testproject.html#aVariable">testproject: aVariable</a></li> + </ul></dd> +<dt><a name="bar" href="#bar"><span>bar:</span></a></dt><dd><ul class="simple"> <li><a class="reference external" data-doc-search-tag="testproject: bar[T](a, b: T): T" href="testproject.html#bar,T,T">testproject: bar[T](a, b: T): T</a></li> <li><a class="reference external" |