Re-generate HTML docs

This commit is contained in:
Jordan Irwin 2021-07-28 01:41:26 -07:00
parent b9455caeb2
commit a657e566d5
5 changed files with 185 additions and 4 deletions

View file

@ -40,6 +40,7 @@
<h2>Topics</h2>
<ul class="">
<li><a href="../topics/tools.html">tools</a></li>
<li><a href="../topics/settings.html">settings</a></li>
<li><a href="../topics/api.html">api</a></li>
<li><strong>commands</strong></li>
@ -85,6 +86,10 @@
<td class="name" nowrap><a href="#remove_ores">remove_ores</a></td>
<td class="summary">Registers an ore to be removed.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#cleaner">cleaner</a></td>
<td class="summary">Manages settings for wielded cleaner tool.</td>
</tr>
</table>
<br/>
@ -101,6 +106,8 @@
<dd>
Removes nearby entities.
</ul>
</ul>
</ul>
</ul>
@ -129,6 +136,8 @@
<dd>
Removes nearby nodes.
</ul>
</ul>
</ul>
</ul>
@ -157,6 +166,8 @@
<dd>
Replaces an item.
</ul>
</ul>
</ul>
</ul>
@ -181,6 +192,8 @@
<dd>
Replaces nearby nodes.
</ul>
</ul>
</ul>
</ul>
@ -212,6 +225,8 @@
<dd>
Checks for nearby unknown nodes.
</ul>
</ul>
</ul>
</ul>
@ -242,6 +257,8 @@
<dd>
Registers an ore to be removed.
</ul>
</ul>
</ul>
</ul>
@ -255,6 +272,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>
</dl>
@ -263,7 +306,7 @@
</div> <!-- id="main" -->
<div id="about">
<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-27 20:48:37 </i>
<i style="float:right;">Last updated 2021-07-28 01:39:43 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>