summary refs log tree commit diff stats
path: root/nimdoc/extlinks/project/expected/main.html
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-02-01 15:13:40 +0800
committerGitHub <noreply@github.com>2023-02-01 08:13:40 +0100
commitff8ab06720976f18d75257a22bf8e23873514c67 (patch)
treea4719ab7baf2aadd4c90e189bbfba4e1a116fc5d /nimdoc/extlinks/project/expected/main.html
parentcbf3ed9d92b32e9e28f1e4d52300d9b103ee6fa1 (diff)
downloadNim-ff8ab06720976f18d75257a22bf8e23873514c67.tar.gz
fixes #19396; Nimdoc hide nonexported fields (#21305)
* suppresses non-exported fields of types and adds command-line option to re-enable this if desired

* corrected the doctest that produced a CI error

* an embarrassingly bad error in reasoning

* modified a nimdoc test to reflect updated behavior

* needed another change to bring utils.html doctest in sync with update

* add info

* fix nimdoc

* lint

* render postfix

* fixes a problem

* fixes nimdoc

* fix nimdoc

---------

Co-authored-by: johnperry-math <john.perry@usm.edu>
Co-authored-by: johnperry-math <devotus@yahoo.com>
Diffstat (limited to 'nimdoc/extlinks/project/expected/main.html')
-rw-r--r--nimdoc/extlinks/project/expected/main.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/nimdoc/extlinks/project/expected/main.html b/nimdoc/extlinks/project/expected/main.html
index 5facedb3b..cf7982fde 100644
--- a/nimdoc/extlinks/project/expected/main.html
+++ b/nimdoc/extlinks/project/expected/main.html
@@ -55,8 +55,7 @@
   <details open>
     <summary><a class="reference reference-toplevel" href="#7" id="57">Types</a></summary>
     <ul class="simple simple-toc-section">
-      <li><a class="reference" href="#A" title="A = object
-  x: int">A</a></li>
+      <li><a class="reference" href="#A" title="A = object">A</a></li>
 
     </ul>
   </details>
@@ -97,8 +96,7 @@
   <dl class="item">
     <div id="A">
   <dt><pre><a href="main.html#A"><span class="Identifier">A</span></a> <span class="Other">=</span> <span class="Keyword">object</span>
-  <span class="Identifier">x</span><span class="Other">:</span> <span class="Identifier">int</span>
-</pre></dt>
+  </pre></dt>
   <dd>