Re-generate HTML docs

This commit is contained in:
Jordan Irwin 2021-07-12 23:44:46 -07:00
parent 3080612409
commit 9230e0c392
4 changed files with 40 additions and 4 deletions

View file

@ -63,7 +63,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 23:04:56 </i>
<i style="float:right;">Last updated 2021-07-12 23:44:34 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -75,6 +75,10 @@
<td class="summary">Registers a node to be removed.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#cleaner.replace_item">cleaner.replace_item (src, tgt[, update_players])</a></td>
<td class="summary">Replaces an item with another registered item.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#cleaner.register_item_replacement">cleaner.register_item_replacement (src, tgt)</a></td>
<td class="summary">Registeres an item to be replaced.</td>
</tr>
@ -195,6 +199,38 @@
</dd>
<dt>
<a name = "cleaner.replace_item"></a>
<strong>cleaner.replace_item (src, tgt[, update_players])</strong>
</dt>
<dd>
Replaces an item with another registered item.
</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>
Technical name of item to be replaced.
</li>
<li><span class="parameter">tgt</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
Technical name of item to be used in place.
</li>
<li><span class="parameter">update_players</span>
<span class="types"><span class="type">bool</span></span>
<code>true</code> updates inventory lists associated with players (default: <code>false</code>).
(<em>optional</em>)
</li>
</ul>
</dd>
<dt>
<a name = "cleaner.register_item_replacement"></a>
@ -332,7 +368,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 23:04:56 </i>
<i style="float:right;">Last updated 2021-07-12 23:44:34 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -265,7 +265,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 23:04:56 </i>
<i style="float:right;">Last updated 2021-07-12 23:44:34 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View file

@ -101,7 +101,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 23:04:56 </i>
<i style="float:right;">Last updated 2021-07-12 23:44:34 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>