authorgravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2019-10-17 01:35:10+03:00
committergravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2019-10-17 01:35:10+03:00
log1c5dfaaca93b44630b2ac9dd4a00f86d8b00d9cb
tree6303f302b538fb0e258e39c960d93f5dd0b605f7
parentb175468159c8c08b1185e21ed595205a6fe3d72d

Changes from master


1 files changed, 23 insertions(+), 16 deletions(-)

lib/std/special/docs/index.html+23-16
......@@ -249,7 +249,18 @@
249249 #tableFnErrors dt {
250250 font-weight: bold;
251251 }
252
252
253 #listFnExamples {
254 list-style-type: none;
255 margin: 0;
256 padding: 0;
257 }
258 #listFnExamples li {
259 padding: 0.5em 0;
260 white-space: nowrap;
261 overflow-x: auto;
262 }
263
253264 .docs td {
254265 vertical-align: top;
255266 margin: 0;
......@@ -464,7 +475,6 @@
464475 <pre id="fnProtoCode"></pre>
465476 </div>
466477 <h1 id="hdrName" class="hidden"></h1>
467 <div id="fnExamples" class="hidden"></div>
468478 <div id="fnNoExamples" class="hidden">
469479 <p>This function is not tested or referenced.</p>
470480 </div>
......@@ -493,44 +503,41 @@
493503 </div>
494504 <div id="sectFields" class="hidden">
495505 <h2>Fields</h2>
496 <div id="listFields">
497 </div>
506 <div id="listFields"></div>
498507 </div>
499508 <div id="sectTypes" class="hidden">
500509 <h2>Types</h2>
501 <ul id="listTypes">
502 </ul>
510 <ul id="listTypes"></ul>
503511 </div>
504512 <div id="sectNamespaces" class="hidden">
505513 <h2>Namespaces</h2>
506 <ul id="listNamespaces">
507 </ul>
514 <ul id="listNamespaces"></ul>
508515 </div>
509516 <div id="sectGlobalVars" class="hidden">
510517 <h2>Global Variables</h2>
511518 <table>
512 <tbody id="listGlobalVars">
513 </tbody>
519 <tbody id="listGlobalVars"></tbody>
514520 </table>
515521 </div>
516522 <div id="sectFns" class="hidden">
517523 <h2>Functions</h2>
518524 <table>
519 <tbody id="listFns">
520 </tbody>
525 <tbody id="listFns"></tbody>
521526 </table>
522527 </div>
523528 <div id="sectValues" class="hidden">
524529 <h2>Values</h2>
525530 <table>
526 <tbody id="listValues">
527 </tbody>
531 <tbody id="listValues"></tbody>
528532 </table>
529533 </div>
530534 <div id="sectErrSets" class="hidden">
531535 <h2>Error Sets</h2>
532 <ul id="listErrSets">
533 </ul>
536 <ul id="listErrSets"></ul>
537 </div>
538 <div id="fnExamples" class="hidden">
539 <h2>Examples</h2>
540 <ul id="listFnExamples"></ul>
534541 </div>
535542 </section>
536543 </div>