SakiKawasaki 5 rokov pred
rodič
commit
b6718abdad

+ 2 - 2
animated_sprite.html

@@ -160,7 +160,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides display animated sprites.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -342,7 +342,7 @@ Resumes animation.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 03:22:43 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:17:19 UTC</small>
       </div>
     </div>
   </div>

+ 4 - 2
audio_stream_player.html

@@ -149,7 +149,9 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc"><p>AudioStreamPlayer used for playing audio.</p>
+<p>AudioStream is responsible for audio. You can play multiple audio recordings at once.</p>
+</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -269,7 +271,7 @@ Resume stream.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 16:05:52 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:24:16 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 1
box.html


+ 2 - 2
button.html

@@ -151,7 +151,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Handles mouse clicks.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -259,7 +259,7 @@ Handles user input. This uses in the <tt class="docutils literal"><span class="p
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:06:48 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:56:40 UTC</small>
       </div>
     </div>
   </div>

+ 4 - 2
canvas.html

@@ -169,7 +169,9 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc"><p>Canvas is the root type of all 2D and Control nodes.</p>
+<p>Canvas used for drawing primitive geometry.</p>
+</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -370,7 +372,7 @@ Fills canvas.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 16:03:40 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:18:15 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
color_rect.html

@@ -141,7 +141,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Displays color rectangle.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -234,7 +234,7 @@ Duplicates ColorRect object and create a new ColorRect pointer.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:09:27 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:49:01 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
control.html

@@ -168,7 +168,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">The base of other Control nodes.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -314,7 +314,7 @@ Changes Control background color.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:12:05 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:57:55 UTC</small>
       </div>
     </div>
   </div>

+ 5 - 3
edittext.html

@@ -120,7 +120,8 @@ function main() {
   color*: ColorRef             ## Text color.
   hint_color*: ColorRef        ## Hint color.
   caret_color*: ColorRef
-  text_align*: AnchorRef       ## Text align."><wbr />Edit<wbr />Text<wbr />Obj<span class="attachedType"></span></a></li>
+  text_align*: AnchorRef       ## Text align.
+  on_edit*: proc (pressed_key: string): void ## This called when user press any key."><wbr />Edit<wbr />Text<wbr />Obj<span class="attachedType"></span></a></li>
   <li><a class="reference" href="#EditTextPtr"
     title="EditTextPtr = ptr EditTextObj"><wbr />Edit<wbr />Text<wbr />Ptr<span class="attachedType"></span></a></li>
 
@@ -165,7 +166,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides primitive text input.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -189,6 +190,7 @@ function main() {
   <span class="Identifier">hint_color</span><span class="Operator">*</span><span class="Other">:</span> <a href="color.html#ColorRef"><span class="Identifier">ColorRef</span></a>        <span class="Comment">## Hint color.</span>
   <span class="Identifier">caret_color</span><span class="Operator">*</span><span class="Other">:</span> <a href="color.html#ColorRef"><span class="Identifier">ColorRef</span></a>
   <span class="Identifier">text_align</span><span class="Operator">*</span><span class="Other">:</span> <a href="anchor.html#AnchorRef"><span class="Identifier">AnchorRef</span></a>       <span class="Comment">## Text align.</span>
+  <span class="Identifier">on_edit</span><span class="Operator">*</span><span class="Other">:</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">pressed_key</span><span class="Other">:</span> <span class="Identifier">string</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">void</span> <span class="Comment">## This called when user press any key.</span>
   </pre></dt>
 <dd>
 
@@ -314,7 +316,7 @@ Changes EditText text.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:15:42 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:59:05 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
grid_box.html

@@ -154,7 +154,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Contains children in grid.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -298,7 +298,7 @@ Changes separator between child nodes.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:27:44 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:00:36 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
hbox.html

@@ -147,7 +147,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Contains children in horizontal box.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -268,7 +268,7 @@ Duplicates HBox object and create a new HBox pointer.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:37:45 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:02:24 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
index.html


+ 2 - 2
label.html

@@ -152,7 +152,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides primitive text rendering.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -269,7 +269,7 @@ Changes Label text.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:37:10 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:46:12 UTC</small>
       </div>
     </div>
   </div>

+ 6 - 2
node.html

@@ -112,6 +112,8 @@ function main() {
   is_ready*: bool
   can_use_anchor*: bool
   can_use_size_anchor*: bool
+  relative_z_index*: bool      ## Uses in the Node2D
+  z_index*, z_index_global*: float ## Uses in the Node2D
   pausemode*: PauseMode        ## Pause mode, by default is INHERIT.
   name*: string                ## Node name.
   position*: Vector2Ref        ## Node position, by default is Vector2(0, 0).
@@ -224,7 +226,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Node is the root type of all other nodes.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -239,6 +241,8 @@ function main() {
   <span class="Identifier">is_ready</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">bool</span>
   <span class="Identifier">can_use_anchor</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">bool</span>
   <span class="Identifier">can_use_size_anchor</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">bool</span>
+  <span class="Identifier">relative_z_index</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">bool</span>      <span class="Comment">## Uses in the Node2D</span>
+  <span class="Identifier">z_index</span><span class="Operator">*</span><span class="Other">,</span> <span class="Identifier">z_index_global</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">float</span> <span class="Comment">## Uses in the Node2D</span>
   <span class="Identifier">pausemode</span><span class="Operator">*</span><span class="Other">:</span> <a href="enums.html#PauseMode"><span class="Identifier">PauseMode</span></a>        <span class="Comment">## Pause mode, by default is INHERIT.</span>
   <span class="Identifier">name</span><span class="Operator">*</span><span class="Other">:</span> <span class="Identifier">string</span>                <span class="Comment">## Node name.</span>
   <span class="Identifier">position</span><span class="Operator">*</span><span class="Other">:</span> <a href="vector2.html#Vector2Ref"><span class="Identifier">Vector2Ref</span></a>        <span class="Comment">## Node position, by default is Vector2(0, 0).</span>
@@ -573,7 +577,7 @@ This used in childs of the NodeObj.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 16:01:31 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:10:18 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 5 - 4
node2d.html


+ 2 - 2
popup.html

@@ -146,7 +146,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">By default popup visible is false. Popup, unlike other nodes, changes children visible when calling show() and hide().</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -256,7 +256,7 @@ Duplicates Popup object and create a new Popup pointer.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:35:33 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:46:46 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
progress_bar.html

@@ -148,7 +148,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides primitive display progress.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -264,7 +264,7 @@ Changes progress color. For change background color use <tt class="docutils lite
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:34:50 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:05:04 UTC</small>
       </div>
     </div>
   </div>

+ 5 - 3
rich_edit_text.html

@@ -118,7 +118,8 @@ function main() {
   text*: ColorTextRef
   hint_text*: ColorTextRef
   caret_color*: ColorRef
-  text_align*: AnchorRef       ## Text align."><wbr />Rich<wbr />Edit<wbr />Text<wbr />Obj<span class="attachedType"></span></a></li>
+  text_align*: AnchorRef       ## Text align.
+  on_edit*: proc (pressed_key: string): void ## This called when user press any key."><wbr />Rich<wbr />Edit<wbr />Text<wbr />Obj<span class="attachedType"></span></a></li>
   <li><a class="reference" href="#RichEditTextPtr"
     title="RichEditTextPtr = ptr RichEditTextObj"><wbr />Rich<wbr />Edit<wbr />Text<wbr />Ptr<span class="attachedType"></span></a></li>
 
@@ -163,7 +164,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides convenient text input. With it, you can set color and underlie for specific chars.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -185,6 +186,7 @@ function main() {
   <span class="Identifier">hint_text</span><span class="Operator">*</span><span class="Other">:</span> <a href="color_text.html#ColorTextRef"><span class="Identifier">ColorTextRef</span></a>
   <span class="Identifier">caret_color</span><span class="Operator">*</span><span class="Other">:</span> <a href="color.html#ColorRef"><span class="Identifier">ColorRef</span></a>
   <span class="Identifier">text_align</span><span class="Operator">*</span><span class="Other">:</span> <a href="anchor.html#AnchorRef"><span class="Identifier">AnchorRef</span></a>       <span class="Comment">## Text align.</span>
+  <span class="Identifier">on_edit</span><span class="Operator">*</span><span class="Other">:</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">pressed_key</span><span class="Other">:</span> <span class="Identifier">string</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">void</span> <span class="Comment">## This called when user press any key.</span>
   </pre></dt>
 <dd>
 
@@ -312,7 +314,7 @@ Changes RichEditText text.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:36:28 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:07:28 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
rich_label.html

@@ -151,7 +151,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides convenient text rendering. With it, you can set color and underlie for specific chars.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -269,7 +269,7 @@ Changes RichLabel text.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:38:39 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:06:59 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
scene.html

@@ -148,7 +148,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">The Scene uses in the <tt class="docutils literal"><span class="pre">window.nim</span></tt>. It contains other nodes. Only one scene can work at a time.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -259,7 +259,7 @@ Recalculates node positions.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 16:00:51 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 15:30:50 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 5 - 1
scroll.html


+ 2 - 2
slider.html

@@ -151,7 +151,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides primitive horizontal slider.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -274,7 +274,7 @@ Handles user input. This uses in the <tt class="docutils literal"><span class="p
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:43:56 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:09:33 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
sprite.html

@@ -148,7 +148,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides display sprites.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -273,7 +273,7 @@ Returns mouse position.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-26 09:51:09 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:16:33 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
texture_button.html

@@ -157,7 +157,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It is the convenient alternative of the Button node.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -291,7 +291,7 @@ Changes button texture, when it pressed.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-26 13:40:22 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:10:27 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
texture_progress_bar.html

@@ -150,7 +150,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides convenient display progress.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -277,7 +277,7 @@ Changes background progress texture.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 07:56:40 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:11:21 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 3 - 4
texture_rect.html


+ 2 - 2
vbox.html

@@ -147,7 +147,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">Contains children in the vertical box.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -268,7 +268,7 @@ Duplicate VBox object and create a new VBox pointer.
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:52:57 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:12:38 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
vprogress_bar.html

@@ -149,7 +149,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides a primitive display vertical progress.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -267,7 +267,7 @@ Changes progress color. For change background color use <tt class="docutils lite
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:54:40 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:13:30 UTC</small>
       </div>
     </div>
   </div>

+ 2 - 2
vslider.html

@@ -151,7 +151,7 @@ function main() {
   <div class="nine columns" id="content">
   <div id="tocRoot"></div>
   
-  <p class="module-desc"></p>
+  <p class="module-desc">It provides a primitive vertical slider.</p>
   <div class="section" id="6">
 <h1><a class="toc-backref" href="#6">Imports</a></h1>
 <dl class="item">
@@ -274,7 +274,7 @@ handles user input. This uses in the <tt class="docutils literal"><span class="p
       <div class="twelve-columns footer">
         <span class="nim-sprite"></span>
         <br/>
-        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-25 15:56:52 UTC</small>
+        <small style="color: var(--hint);">Made with Nim. Generated: 2020-05-27 16:14:16 UTC</small>
       </div>
     </div>
   </div>

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 11 - 0
ysort.html


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov