mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Re-generate HTML docs
This commit is contained in:
parent
a221c11ec6
commit
84d3960664
4 changed files with 24 additions and 26 deletions
|
@ -62,8 +62,8 @@
|
|||
</div> <!-- id="content" -->
|
||||
</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 2021-07-12 23:44:34 </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-27 20:48:37 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -367,8 +367,8 @@
|
|||
</div> <!-- id="content" -->
|
||||
</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 2021-07-12 23:44:34 </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-27 20:48:37 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -59,19 +59,19 @@
|
|||
<h2><a href="#Chat_Commands">Chat Commands</a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#remove_entity">remove_entity</a></td>
|
||||
<td class="name" nowrap><a href="#remove_entities">remove_entities</a></td>
|
||||
<td class="summary">Removes nearby entities.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#remove_node">remove_node</a></td>
|
||||
<td class="name" nowrap><a href="#remove_nodes">remove_nodes</a></td>
|
||||
<td class="summary">Removes nearby nodes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#replace_item">replace_item</a></td>
|
||||
<td class="name" nowrap><a href="#replace_items">replace_items</a></td>
|
||||
<td class="summary">Replaces an item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#replace_node">replace_node</a></td>
|
||||
<td class="name" nowrap><a href="#replace_nodes">replace_nodes</a></td>
|
||||
<td class="summary">Replaces nearby nodes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<h2><a href="#Unsafe_commands">Unsafe commands </a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#remove_ore">remove_ore</a></td>
|
||||
<td class="name" nowrap><a href="#remove_ores">remove_ores</a></td>
|
||||
<td class="summary">Registers an ore to be removed.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -95,8 +95,8 @@
|
|||
|
||||
<dl class="function">
|
||||
<dt>
|
||||
<a name = "remove_entity"></a>
|
||||
<strong>remove_entity</strong>
|
||||
<a name = "remove_entities"></a>
|
||||
<strong>remove_entities</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Removes nearby entities.
|
||||
|
@ -123,8 +123,8 @@
|
|||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "remove_node"></a>
|
||||
<strong>remove_node</strong>
|
||||
<a name = "remove_nodes"></a>
|
||||
<strong>remove_nodes</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Removes nearby nodes.
|
||||
|
@ -151,8 +151,8 @@
|
|||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "replace_item"></a>
|
||||
<strong>replace_item</strong>
|
||||
<a name = "replace_items"></a>
|
||||
<strong>replace_items</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Replaces an item.
|
||||
|
@ -175,13 +175,11 @@
|
|||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "replace_node"></a>
|
||||
<strong>replace_node</strong>
|
||||
<a name = "replace_nodes"></a>
|
||||
<strong>replace_nodes</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Replaces nearby nodes. </p>
|
||||
|
||||
<p> FIXME: sometimes nodes on top disappear
|
||||
Replaces nearby nodes.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
@ -238,8 +236,8 @@
|
|||
</div>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
<a name = "remove_ore"></a>
|
||||
<strong>remove_ore</strong>
|
||||
<a name = "remove_ores"></a>
|
||||
<strong>remove_ores</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Registers an ore to be removed.
|
||||
|
@ -264,8 +262,8 @@
|
|||
</div> <!-- id="content" -->
|
||||
</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 2021-07-12 23:44:34 </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-27 20:48:37 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -100,8 +100,8 @@
|
|||
</div> <!-- id="content" -->
|
||||
</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 2021-07-12 23:44:34 </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-27 20:48:37 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue