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 @@...@@ -249,7 +249,18 @@
249 #tableFnErrors dt {249 #tableFnErrors dt {
250 font-weight: bold;250 font-weight: bold;
251 }251 }
252252
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
253 .docs td {264 .docs td {
254 vertical-align: top;265 vertical-align: top;
255 margin: 0;266 margin: 0;
...@@ -464,7 +475,6 @@...@@ -464,7 +475,6 @@
464 <pre id="fnProtoCode"></pre>475 <pre id="fnProtoCode"></pre>
465 </div>476 </div>
466 <h1 id="hdrName" class="hidden"></h1>477 <h1 id="hdrName" class="hidden"></h1>
467 <div id="fnExamples" class="hidden"></div>
468 <div id="fnNoExamples" class="hidden">478 <div id="fnNoExamples" class="hidden">
469 <p>This function is not tested or referenced.</p>479 <p>This function is not tested or referenced.</p>
470 </div>480 </div>
...@@ -493,44 +503,41 @@...@@ -493,44 +503,41 @@
493 </div>503 </div>
494 <div id="sectFields" class="hidden">504 <div id="sectFields" class="hidden">
495 <h2>Fields</h2>505 <h2>Fields</h2>
496 <div id="listFields">506 <div id="listFields"></div>
497 </div>
498 </div>507 </div>
499 <div id="sectTypes" class="hidden">508 <div id="sectTypes" class="hidden">
500 <h2>Types</h2>509 <h2>Types</h2>
501 <ul id="listTypes">510 <ul id="listTypes"></ul>
502 </ul>
503 </div>511 </div>
504 <div id="sectNamespaces" class="hidden">512 <div id="sectNamespaces" class="hidden">
505 <h2>Namespaces</h2>513 <h2>Namespaces</h2>
506 <ul id="listNamespaces">514 <ul id="listNamespaces"></ul>
507 </ul>
508 </div>515 </div>
509 <div id="sectGlobalVars" class="hidden">516 <div id="sectGlobalVars" class="hidden">
510 <h2>Global Variables</h2>517 <h2>Global Variables</h2>
511 <table>518 <table>
512 <tbody id="listGlobalVars">519 <tbody id="listGlobalVars"></tbody>
513 </tbody>
514 </table>520 </table>
515 </div>521 </div>
516 <div id="sectFns" class="hidden">522 <div id="sectFns" class="hidden">
517 <h2>Functions</h2>523 <h2>Functions</h2>
518 <table>524 <table>
519 <tbody id="listFns">525 <tbody id="listFns"></tbody>
520 </tbody>
521 </table>526 </table>
522 </div>527 </div>
523 <div id="sectValues" class="hidden">528 <div id="sectValues" class="hidden">
524 <h2>Values</h2>529 <h2>Values</h2>
525 <table>530 <table>
526 <tbody id="listValues">531 <tbody id="listValues"></tbody>
527 </tbody>
528 </table>532 </table>
529 </div>533 </div>
530 <div id="sectErrSets" class="hidden">534 <div id="sectErrSets" class="hidden">
531 <h2>Error Sets</h2>535 <h2>Error Sets</h2>
532 <ul id="listErrSets">536 <ul id="listErrSets"></ul>
533 </ul>537 </div>
538 <div id="fnExamples" class="hidden">
539 <h2>Examples</h2>
540 <ul id="listFnExamples"></ul>
534 </div>541 </div>
535 </section>542 </section>
536 </div>543 </div>