summary refs log tree commit diff stats
path: root/nimdoc/testproject/expected/subdir
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-09-13 23:18:51 +0200
committerAraq <rumpf_a@web.de>2018-09-13 23:18:51 +0200
commit9b29436f629b85301e1cfce8c0a502d45a2ad6fe (patch)
tree8cd67fc3959a9d9bdf050746a76860c20191a944 /nimdoc/testproject/expected/subdir
parent7d9c5be3332e2dcd1814c3c042dfed74b8d6e49a (diff)
downloadNim-9b29436f629b85301e1cfce8c0a502d45a2ad6fe.tar.gz
make documentation generator tests green again
Diffstat (limited to 'nimdoc/testproject/expected/subdir')
-rw-r--r--nimdoc/testproject/expected/subdir/subdir_b/utils.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html
index 0e09b10cd..285d09d5c 100644
--- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html
+++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html
@@ -1242,7 +1242,8 @@ function main() {
   <a class="reference reference-toplevel" href="#7" id="57">Types</a>
   <ul class="simple simple-toc-section">
       <li><a class="reference" href="#SomeType"
-    title="SomeType = int"><wbr />Some<wbr />Type<span class="attachedType" style="visibility:hidden"></span></a></li>
+    title="SomeType = enum
+  enumValueA, enumValueB, enumValueC"><wbr />Some<wbr />Type<span class="attachedType" style="visibility:hidden"></span></a></li>
 
   </ul>
 </li>
@@ -1264,7 +1265,8 @@ function main() {
   <div class="section" id="7">
 <h1><a class="toc-backref" href="#7">Types</a></h1>
 <dl class="item">
-<dt id="SomeType"><a name="SomeType"></a><pre><a href="utils.html#SomeType"><span class="Identifier">SomeType</span></a> <span class="Other">=</span> <span class="Identifier">int</span></pre></dt>
+<dt id="SomeType"><a name="SomeType"></a><pre><a href="utils.html#SomeType"><span class="Identifier">SomeType</span></a> <span class="Other">=</span> <span class="Keyword">enum</span>
+  <span class="Identifier">enumValueA</span><span class="Other">,</span> <span class="Identifier">enumValueB</span><span class="Other">,</span> <span class="Identifier">enumValueC</span></pre></dt>
 <dd>