Skip to content

Commit

Permalink
run ldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn committed Mar 17, 2023
1 parent 0c122cc commit f4588ab
Show file tree
Hide file tree
Showing 53 changed files with 657 additions and 356 deletions.
14 changes: 9 additions & 5 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ <h2>Modules</h2>
<li><a href="modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="modules/lib.UI.html">lib.UI</a></li>
<li><a href="modules/lib.util.html">lib.util</a></li>
<li><a href="modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -275,9 +276,7 @@ <h2>Modules</h2>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.sequins.html">lib.sequins</a></td>
<td class="summary">sequins
nestable tables with sequencing behaviours & control flow
TODO i think ASL can be defined in terms of a sequins...</td>
<td class="summary">sequins</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.tabutil.html">lib.tabutil</a></td>
Expand All @@ -295,14 +294,19 @@ <h2>Modules</h2>
<td class="name" nowrap><a href="modules/lib.textentry_kbd.html">lib.textentry_kbd</a></td>
<td class="summary">just a separate module to store textentry keyboard callbacks
prevents having to deal w/ a circular dependency</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.timeline.html">lib.timeline</a></td>
<td class="summary">timeline sequencer
hotrod some clock & sequins structures for rapid playability</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.UI.html">lib.UI</a></td>
<td class="summary">UI widgets module.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.util.html">lib.util</a></td>
<td class="summary">Utility module</td>
<td class="summary">db to amp.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/lib.voice.html">lib.voice</a></td>
Expand All @@ -314,7 +318,7 @@ <h2>Modules</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
15 changes: 8 additions & 7 deletions doc/modules/Lattice.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -216,7 +217,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">args</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
optional named attributes are:
- "auto" (boolean) turn off "auto" pulses from the norns clock, defaults to true
- "ppqn" (number) the number of pulses per quarter cycle of this superclock, defaults to 96
Expand All @@ -227,7 +228,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
a new lattice
</ol>

Expand Down Expand Up @@ -350,7 +351,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">s</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
this lattice
</li>
</ul>
Expand Down Expand Up @@ -385,7 +386,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">args</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
optional named attributes are:
- "action" (function) called on each step of this division (lattice.transport is passed as the argument), defaults to a no-op
- "division" (number) the division of the sprocket, defaults to 1/4
Expand All @@ -400,7 +401,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
a new sprocket
</ol>

Expand Down Expand Up @@ -461,7 +462,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
a new sprocket
</ol>

Expand Down Expand Up @@ -616,7 +617,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
7 changes: 4 additions & 3 deletions doc/modules/arc.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -163,11 +164,11 @@ <h3>Parameters:</h3>
: arbitrary numeric identifier
</li>
<li><span class="parameter">serial</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
: serial
</li>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
: name
</li>
<li><span class="parameter">dev</span>
Expand Down Expand Up @@ -363,7 +364,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
9 changes: 5 additions & 4 deletions doc/modules/audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -595,7 +596,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>

</li>
<li><span class="parameter">val</span>
Expand Down Expand Up @@ -669,7 +670,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>

</li>
<li><span class="parameter">val</span>
Expand Down Expand Up @@ -962,7 +963,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">path</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
(from dust directory)
</li>
</ul>
Expand All @@ -979,7 +980,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
5 changes: 3 additions & 2 deletions doc/modules/clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -282,7 +283,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">source</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
"internal", "midi", or "link"
</li>
</ul>
Expand Down Expand Up @@ -395,7 +396,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
7 changes: 4 additions & 3 deletions doc/modules/controlspec.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -231,7 +232,7 @@ <h3>Parameters:</h3>
the maximum value of the output range
</li>
<li><span class="parameter">warp</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
('exp', 'db', 'lin') a shaping option for incoming data (default is 'lin')
</li>
<li><span class="parameter">step</span>
Expand All @@ -243,7 +244,7 @@ <h3>Parameters:</h3>
a default value for when no value has been set
</li>
<li><span class="parameter">units</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
an indicator for the unit of measure the data represents
</li>
<li><span class="parameter">quantum</span>
Expand Down Expand Up @@ -639,7 +640,7 @@ <h2 class="section-header "><a name="Presets"></a>Presets </h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/core.crow.public.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -250,7 +251,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/core.crow.quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -109,7 +110,7 @@ <h1>Module <code>core.crow.quote</code></h1>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/crow.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -208,7 +209,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/encoders.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -199,7 +200,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -284,7 +285,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/gamepad.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -307,7 +308,7 @@ <h2 class="section-header "><a name="Tables"></a>Tables</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -313,7 +314,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
3 changes: 2 additions & 1 deletion doc/modules/hid.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h2>Modules</h2>
<li><a href="../modules/lib.test.luaunit.html">lib.test.luaunit</a></li>
<li><a href="../modules/lib.textentry.html">lib.textentry</a></li>
<li><a href="../modules/lib.textentry_kbd.html">lib.textentry_kbd</a></li>
<li><a href="../modules/lib.timeline.html">lib.timeline</a></li>
<li><a href="../modules/lib.UI.html">lib.UI</a></li>
<li><a href="../modules/lib.util.html">lib.util</a></li>
<li><a href="../modules/lib.voice.html">lib.voice</a></li>
Expand Down Expand Up @@ -194,7 +195,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-12-15 09:11:43 </i>
<i style="float:right;">Last updated 2023-03-17 18:42:40 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit f4588ab

Please sign in to comment.