diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-10 19:21:56 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-10 19:21:56 -0400 |
| commit | bc393eefa1d80e7e85735d9ccbde13fb52144fcd (patch) | |
| tree | b02f9bf1052f8541882466f93e5084ccc435bf12 /lib/std/special/docs/index.html | |
| parent | d15a71afc95f148966be2f5fd9f66b8396e8293d (diff) | |
| download | zig-bc393eefa1d80e7e85735d9ccbde13fb52144fcd.tar.gz zig-bc393eefa1d80e7e85735d9ccbde13fb52144fcd.zip | |
generated docs: better rendering of unknown decls
Diffstat (limited to 'lib/std/special/docs/index.html')
| -rw-r--r-- | lib/std/special/docs/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/std/special/docs/index.html b/lib/std/special/docs/index.html index 181b101e0e..83032d87da 100644 --- a/lib/std/special/docs/index.html +++ b/lib/std/special/docs/index.html @@ -289,6 +289,17 @@ <pre id="fnProtoCode"></pre> </div> <h1 id="hdrName" class="hidden"></h1> + <div id="fnExamples" class="hidden"></div> + <div id="fnNoExamples" class="hidden"> + <p>This function is not tested or referenced.</p> + </div> + <div id="declNoRef" class="hidden"> + <p> + This declaration is not tested or referenced, and it has therefore not been included in + semantic analysis, which means the only documentation available is whatever is in the + doc comments. + </p> + </div> <div id="fnDocs" class="hidden"></div> <div id="sectFnErrors" class="hidden"> <h2>Errors</h2> @@ -297,10 +308,6 @@ </div> <div id="tableFnErrors"><dl id="listFnErrors"></dl></div> </div> - <div id="fnExamples" class="hidden"></div> - <div id="fnNoExamples" class="hidden"> - <p>This function is not tested or referenced.</p> - </div> <div id="sectSearchResults" class="hidden"> <h2>Search Results</h2> <ul id="listSearchResults"></ul> |
