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

@ -32,6 +32,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><a href="topics/commands.html">commands</a></li>
@ -45,6 +46,10 @@
<h2>Topics</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="topics/tools.html">tools</a></td>
<td class="summary">Cleaner</td>
</tr>
<tr>
<td class="name" nowrap><a href="topics/settings.html">settings</a></td>
<td class="summary">Cleaner Settings</td>
@ -63,7 +68,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>

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><strong>api</strong></li>
<li><a href="../topics/commands.html">commands</a></li>
@ -119,6 +120,8 @@
</ul>
</ul>
</ul>
</ul>
<h3>Returns:</h3>
@ -141,6 +144,8 @@
</ul>
</ul>
</ul>
</ul>
<h3>Returns:</h3>
@ -161,6 +166,8 @@
<dd>
Registers an entity to be removed.
</ul>
</ul>
</ul>
</ul>
@ -184,6 +191,8 @@
<dd>
Registers a node to be removed.
</ul>
</ul>
</ul>
</ul>
@ -207,6 +216,8 @@
<dd>
Replaces an item with another registered item.
</ul>
</ul>
</ul>
</ul>
@ -239,6 +250,8 @@
<dd>
Registeres an item to be replaced.
</ul>
</ul>
</ul>
</ul>
@ -266,6 +279,8 @@
<dd>
Registers a node to be replaced.
</ul>
</ul>
</ul>
</ul>
@ -302,6 +317,8 @@
</ul>
</ul>
</ul>
</ul>
<h3>Returns:</h3>
@ -322,6 +339,8 @@
<dd>
Registers an ore to be removed after server startup.
</ul>
</ul>
</ul>
</ul>
@ -345,6 +364,8 @@
<dd>
Removes an ore definition.
</ul>
</ul>
</ul>
</ul>
@ -368,7 +389,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>

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>

View file

@ -39,6 +39,7 @@
<h2>Topics</h2>
<ul class="">
<li><a href="../topics/tools.html">tools</a></li>
<li><strong>settings</strong></li>
<li><a href="../topics/api.html">api</a></li>
<li><a href="../topics/commands.html">commands</a></li>
@ -79,6 +80,7 @@
<p> <code>cleaner.remove_ore</code>
</ul>
<h3>Setting Type:</h3>
<ul>
bool
@ -87,6 +89,7 @@
<ul>
false
</ul>
</ul>
@ -101,7 +104,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>

View file

@ -0,0 +1,109 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Cleaner mod for Minetest</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>Cleaner</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Tools">Tools</a></li>
</ul>
<h2>Topics</h2>
<ul class="">
<li><strong>tools</strong></li>
<li><a href="../topics/settings.html">settings</a></li>
<li><a href="../topics/api.html">api</a></li>
<li><a href="../topics/commands.html">commands</a></li>
</ul>
</div>
<div id="content">
<h1>Topic <code>tools</code></h1>
<p>Cleaner</p>
<p>
</p>
<h2><a href="#Tools">Tools</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#cleaner:pencil">cleaner:pencil</a></td>
<td class="summary">Master Pencil</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Tools"></a>Tools</h2>
<dl class="function">
<dt>
<a name = "cleaner:pencil"></a>
<strong>cleaner:pencil</strong>
</dt>
<dd>
Master Pencil
<h3>Required Privileges:</h3>
<ul>
server
</ul>
</ul>
</ul>
<h3>Image:</h3>
<ul>
<img src="../../../textures/cleaner_pencil.png" style="width:32px; height:32px;" />
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</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-28 01:39:43 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>