Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenphilipp committed Apr 21, 2024
1 parent b8e2a8b commit c504730
Show file tree
Hide file tree
Showing 29 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions doc/canvas_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(img2 (<a href="./image_lisp.html#robo38">make-rgb-image</a> 50 100 :initial-color (make-color 80 133 90))))
(<strong>compose</strong> cv img :dest-x 0)
(<strong>compose</strong> cv img2 :dest-x 20)
(<a href="#robo21">write-png</a> cv :outfile "~/Downloads/cv-test.png"))
(<a href="./image_lisp.html#robo42">write-png</a> cv :outfile "~/Downloads/cv-test.png"))
</pre>
<p class="item_name">SYNOPSIS</p>
<pre class="source">(defmethod <strong>compose</strong> ((dest <a href="#robo9">canvas</a>) (src <a href="./image_lisp.html#robo11">image</a>)
Expand Down Expand Up @@ -175,7 +175,7 @@
(img (<a href="./image_lisp.html#robo38">make-rgb-image</a> 500 400 :initial-color (make-color 233 200 188))))
(<strong>compose-circular</strong> cv img 350 0 :width 300 :height 200
:src-y 10 :src-x 20)
(<a href="#robo21">write-png</a> cv :outfile "/tmp/test.png")
(<a href="./image_lisp.html#robo42">write-png</a> cv :outfile "/tmp/test.png")
(<a href="./utilities_lisp.html#robo82">system-open-file</a> "/tmp/test.png"))
</pre>
<p class="item_name">SYNOPSIS</p>
Expand Down Expand Up @@ -310,7 +310,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/canvas.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/canvas.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/compositing_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/compositing.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/compositing.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/cylinder-mantle_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/cylinder-mantle.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/cylinder-mantle.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/export-symbols_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/export-symbols.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/export-symbols.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/globals_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/globals.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/globals.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/image-file-seq_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/image-file-seq.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/image-file-seq.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
4 changes: 2 additions & 2 deletions doc/image_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
:width 100 :height (* 100 4/3)
:fill "rgba(90,90,90,1)"))
(setf <a href="#robo11">image</a> (<strong>make-image-from-svg</strong> <a href="./canvas_lisp.html#robo9">canvas</a>))
(<a href="./canvas_lisp.html#robo21">write-png</a> <a href="#robo11">image</a> :outfile "/tmp/<a href="#robo11">image</a>.png")
(<a href="#robo42">write-png</a> <a href="#robo11">image</a> :outfile "/tmp/<a href="#robo11">image</a>.png")
(<a href="./utilities_lisp.html#robo82">system-open-file</a> "/tmp/<a href="#robo11">image</a>.png"))
</pre>
<p class="item_name">SYNOPSIS</p>
Expand Down Expand Up @@ -442,7 +442,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/image.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/image.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/imago_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/imago.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/imago.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
8 changes: 4 additions & 4 deletions doc/masterindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h2><a name="I"></a>I</h2><a href="./image_lisp.html#robo11" class="indexitem" >
<a href="./image_lisp.html#robo_top_of_doc" class="indexitem" >image.lisp</a>
<a href="./imago_lisp.html#robo2" class="indexitem" >imago</a>
<a href="./imago_lisp.html#robo_top_of_doc" class="indexitem" >imago.lisp</a>
<a href="./timeline_lisp.html#robo63" class="indexitem" >in-timeline</a>
<a href="./parallel_lisp.html#robo52" class="indexitem" >init-kernel</a>
<a href="./utilities_lisp.html#robo69" class="indexitem" >interpolate-easing</a>
<h2><a name="L"></a>L</h2><a href="./utilities_lisp.html#robo70" class="indexitem" >load-from-same-dir</a>
Expand Down Expand Up @@ -123,8 +124,7 @@ <h2><a name="S"></a>S</h2><a href="./image_lisp.html#robo40" class="indexitem" >
<a href="./utilities_lisp.html#robo81" class="indexitem" >svg-files-&gt;png</a>
<a href="./svg_lisp.html#robo_top_of_doc" class="indexitem" >svg.lisp</a>
<a href="./utilities_lisp.html#robo82" class="indexitem" >system-open-file</a>
<h2><a name="T"></a>T</h2><a href="./timeline_lisp.html#robo63" class="indexitem" >timeline</a>
<a href="./timeline_lisp.html#robo8" class="indexitem" >timeline</a>
<h2><a name="T"></a>T</h2><a href="./timeline_lisp.html#robo8" class="indexitem" >timeline</a>
<a href="./timeline_lisp.html#robo_top_of_doc" class="indexitem" >timeline.lisp</a>
<a href="./utilities_lisp.html#robo83" class="indexitem" >trailing-slash</a>
<h2><a name="U"></a>U</h2><a href="./utilities_lisp.html#robo_top_of_doc" class="indexitem" >utilities.lisp</a>
Expand All @@ -133,13 +133,13 @@ <h2><a name="W"></a>W</h2><a href="./parallel_lisp.html#robo54" class="indexitem
<a href="./utilities_lisp.html#robo85" class="indexitem" >with-stopwatch</a>
<a href="./canvas_lisp.html#robo20" class="indexitem" >write-jpg</a>
<a href="./image_lisp.html#robo41" class="indexitem" >write-jpg</a>
<a href="./image_lisp.html#robo42" class="indexitem" >write-png</a>
<a href="./canvas_lisp.html#robo21" class="indexitem" >write-png</a>
<a href="./image_lisp.html#robo42" class="indexitem" >write-png</a>
<a href="./svg_lisp.html#robo62" class="indexitem" >write-svg</a>
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/named-object_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/named-object.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/named-object.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/package_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/package.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/package.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/parallel_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/parallel.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/parallel.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/projection-surface_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/projection-surface.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/projection-surface.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/projection_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/projection.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/projection.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/random_lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/random.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/random.lisp with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/robo_classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2><a name="S"></a>S</h2><a href="./seq_lisp.html#robo16" class="indexitem" >se
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/robo_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2><a name="V"></a>V</h2><a href="./utilities_lisp.html#robo84" class="indexite
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
4 changes: 2 additions & 2 deletions doc/robo_generics.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ <h1>Generics</h1>
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
<h2><a name="C"></a>C</h2><a href="./imago_lisp.html#robo49" class="indexitem" >compose-op</a>
<h2><a name="D"></a>D</h2><a href="./parallel_lisp.html#robo51" class="indexitem" >do-frames</a>
<h2><a name="I"></a>I</h2><a href="./timeline_lisp.html#robo63" class="indexitem" >in-timeline</a>
<h2><a name="P"></a>P</h2><a href="./compositing_lisp.html#robo23" class="indexitem" >porter-duff-comp</a>
<h2><a name="T"></a>T</h2><a href="./timeline_lisp.html#robo63" class="indexitem" >timeline</a>
<h2><a name="W"></a>W</h2><a href="./parallel_lisp.html#robo54" class="indexitem" >with-kernel</a>
<a href="./utilities_lisp.html#robo85" class="indexitem" >with-stopwatch</a>
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
4 changes: 2 additions & 2 deletions doc/robo_methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h2><a name="S"></a>S</h2><a href="./image_lisp.html#robo40" class="indexitem" >
<a href="./svg_lisp.html#robo61" class="indexitem" >svg-&gt;png</a>
<h2><a name="W"></a>W</h2><a href="./canvas_lisp.html#robo20" class="indexitem" >write-jpg</a>
<a href="./image_lisp.html#robo41" class="indexitem" >write-jpg</a>
<a href="./image_lisp.html#robo42" class="indexitem" >write-png</a>
<a href="./canvas_lisp.html#robo21" class="indexitem" >write-png</a>
<a href="./image_lisp.html#robo42" class="indexitem" >write-png</a>
<a href="./svg_lisp.html#robo62" class="indexitem" >write-svg</a>
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/robo_modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2><a name="T"></a>T</h2><a href="./timeline_lisp.html#robo8" class="indexitem"
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/robo_sourcefiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</ul>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
2 changes: 1 addition & 1 deletion doc/robo_variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2><a name="*"></a>*</h2><a href="./globals_lisp.html#robo27" class="indexitem"
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:45:36</p>
<p>Generated from ./src/ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2024-04-21 21:54:10</p>
</div> <!-- footer -->
</body>
</html>
Loading

0 comments on commit c504730

Please sign in to comment.