mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-21 15:41:22 +00:00
Re-generate HTML docs
This commit is contained in:
parent
7a482de659
commit
2c9a44fbc1
4 changed files with 32 additions and 11 deletions
|
@ -63,7 +63,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-12 18:11:46 </i>
|
<i style="float:right;">Last updated 2021-07-12 23:04:56 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -332,7 +332,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-12 18:11:46 </i>
|
<i style="float:right;">Last updated 2021-07-12 23:04:56 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
<td class="summary">Replaces an item.</td>
|
<td class="summary">Replaces an item.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="name" nowrap><a href="#replace_item">replace_item</a></td>
|
<td class="name" nowrap><a href="#replace_node">replace_node</a></td>
|
||||||
<td class="summary">Replaces nearby nodes.</td>
|
<td class="summary">Replaces nearby nodes.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -108,6 +108,13 @@
|
||||||
<li><span class="parameter">entity</span>
|
<li><span class="parameter">entity</span>
|
||||||
Entity technical name.
|
Entity technical name.
|
||||||
</li>
|
</li>
|
||||||
|
<li><span class="parameter">radius</span>
|
||||||
|
<span class="types"><span class="type">int</span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
(<em>optional</em>)
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -129,6 +136,13 @@
|
||||||
<li><span class="parameter">node</span>
|
<li><span class="parameter">node</span>
|
||||||
Node technical name.
|
Node technical name.
|
||||||
</li>
|
</li>
|
||||||
|
<li><span class="parameter">radius</span>
|
||||||
|
<span class="types"><span class="type">int</span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
(<em>optional</em>)
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -141,9 +155,7 @@
|
||||||
<strong>replace_item</strong>
|
<strong>replace_item</strong>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Replaces an item. </p>
|
Replaces an item.
|
||||||
|
|
||||||
<p> FIXME: inventory icons not updated
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -163,11 +175,13 @@
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<a name = "replace_item"></a>
|
<a name = "replace_node"></a>
|
||||||
<strong>replace_item</strong>
|
<strong>replace_node</strong>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Replaces nearby nodes.
|
Replaces nearby nodes. </p>
|
||||||
|
|
||||||
|
<p> FIXME: sometimes nodes on top disappear
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -179,6 +193,13 @@
|
||||||
<li><span class="parameter">new_node</span>
|
<li><span class="parameter">new_node</span>
|
||||||
Technical name of node to be used in place.
|
Technical name of node to be used in place.
|
||||||
</li>
|
</li>
|
||||||
|
<li><span class="parameter">radius</span>
|
||||||
|
<span class="types"><span class="type">int</span></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
(<em>optional</em>)
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -244,7 +265,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-12 18:11:46 </i>
|
<i style="float:right;">Last updated 2021-07-12 23:04:56 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-12 18:11:46 </i>
|
<i style="float:right;">Last updated 2021-07-12 23:04:56 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue