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
6bbc63dd19
commit
6c1104d19b
5 changed files with 35 additions and 35 deletions
|
@ -68,7 +68,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
|
<i style="float:right;">Last updated 2021-07-28 01:43:18 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -389,7 +389,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
|
<i style="float:right;">Last updated 2021-07-28 01:43:18 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -79,6 +79,10 @@
|
||||||
<td class="name" nowrap><a href="#find_unknown_nodes">find_unknown_nodes</a></td>
|
<td class="name" nowrap><a href="#find_unknown_nodes">find_unknown_nodes</a></td>
|
||||||
<td class="summary">Checks for nearby unknown nodes.</td>
|
<td class="summary">Checks for nearby unknown nodes.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#cleaner">cleaner</a></td>
|
||||||
|
<td class="summary">Manages settings for wielded cleaner tool.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a href="#Unsafe_commands">Unsafe commands </a></h2>
|
<h2><a href="#Unsafe_commands">Unsafe commands </a></h2>
|
||||||
<table class="function_list">
|
<table class="function_list">
|
||||||
|
@ -86,10 +90,6 @@
|
||||||
<td class="name" nowrap><a href="#remove_ores">remove_ores</a></td>
|
<td class="name" nowrap><a href="#remove_ores">remove_ores</a></td>
|
||||||
<td class="summary">Registers an ore to be removed.</td>
|
<td class="summary">Registers an ore to be removed.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="name" nowrap><a href="#cleaner">cleaner</a></td>
|
|
||||||
<td class="summary">Manages settings for wielded cleaner tool.</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -242,6 +242,32 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "cleaner"></a>
|
||||||
|
<strong>cleaner</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Manages settings for wielded cleaner tool.
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><span class="parameter">action</span>
|
||||||
|
Action to execute. Can be "status", "setmode", or "setnode".
|
||||||
|
</li>
|
||||||
|
<li><span class="parameter">value</span>
|
||||||
|
Mode or node to be set for tool.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2 class="section-header has-description"><a name="Unsafe_commands"></a>Unsafe commands </h2>
|
<h2 class="section-header has-description"><a name="Unsafe_commands"></a>Unsafe commands </h2>
|
||||||
|
@ -272,32 +298,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<a name = "cleaner"></a>
|
|
||||||
<strong>cleaner</strong>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
Manages settings for wielded cleaner tool.
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><span class="parameter">action</span>
|
|
||||||
Action to execute. Can be "status", "setmode", or "setnode".
|
|
||||||
</li>
|
|
||||||
<li><span class="parameter">value</span>
|
|
||||||
Mode or node to be set for tool.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
@ -306,7 +306,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
|
<i style="float:right;">Last updated 2021-07-28 01:43:18 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
|
<i style="float:right;">Last updated 2021-07-28 01:43:18 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||||
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
|
<i style="float:right;">Last updated 2021-07-28 01:43:18 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue