mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-07-14 02:22:05 -04:00
Re-generate HTML docs
This commit is contained in:
parent
13a6fd04be
commit
ad2fc046a1
4 changed files with 423 additions and 2 deletions
|
@ -34,12 +34,15 @@
|
|||
<h2>Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#Functions">Functions</a></li>
|
||||
<li><a href="#Unsafe_methods">Unsafe methods </a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Topics</h2>
|
||||
<ul class="">
|
||||
<li><a href="../topics/settings.html">settings</a></li>
|
||||
<li><strong>api</strong></li>
|
||||
<li><a href="../topics/commands.html">commands</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@ -80,6 +83,13 @@
|
|||
<td class="summary">Registers a node to be replaced.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a href="#Unsafe_methods">Unsafe methods </a></h2>
|
||||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#cleaner.remove_ore">cleaner.remove_ore (src)</a></td>
|
||||
<td class="summary">Removes an ore definition.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
@ -95,6 +105,8 @@
|
|||
<dd>
|
||||
Retrieves list of items to be replaced.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Returns:</h3>
|
||||
|
@ -115,6 +127,8 @@
|
|||
<dd>
|
||||
Retrieves list of nodes to be replaced.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Returns:</h3>
|
||||
|
@ -135,6 +149,8 @@
|
|||
<dd>
|
||||
Registers an entity to be removed.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
|
@ -156,6 +172,8 @@
|
|||
<dd>
|
||||
Registers a node to be removed.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
|
@ -177,6 +195,8 @@
|
|||
<dd>
|
||||
Registeres an item to be replaced.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
|
@ -202,6 +222,8 @@
|
|||
<dd>
|
||||
Registers a node to be replaced.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
|
@ -219,6 +241,36 @@
|
|||
|
||||
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 class="section-header has-description"><a name="Unsafe_methods"></a>Unsafe methods </h2>
|
||||
|
||||
<div class="section-description">
|
||||
Enabled with <code>cleaner.unsafe</code> setting.
|
||||
</div>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
<a name = "cleaner.remove_ore"></a>
|
||||
<strong>cleaner.remove_ore (src)</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Removes an ore definition.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
<ul>
|
||||
<li><span class="parameter">src</span>
|
||||
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
|
||||
Ore technical name.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
@ -227,7 +279,7 @@
|
|||
</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 09:02:05 </i>
|
||||
<i style="float:right;">Last updated 2021-07-12 15:47:16 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue