Automatic Doc Update

This commit is contained in:
Cooldude2606
2021-01-27 00:27:16 +00:00
parent 16524a92c9
commit e3dea6687e
103 changed files with 108 additions and 696 deletions

View File

@@ -406,7 +406,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -379,7 +379,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -406,7 +406,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -609,7 +609,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -383,7 +383,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -378,7 +378,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -422,7 +422,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -476,7 +476,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -406,7 +406,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -242,7 +242,7 @@
<h2><span class="body-module-name"><strong><em>Jail</em></strong></span> commands</h2>
<p>Commands Module - Jail
- Adds a commands that allow admins to jail, unjail, and temp ban players</p>
- Adds a commands that allow admins to jail and unjail</p>
<p></p>
@@ -286,14 +286,6 @@
<td class="name"><a href="#unjail">unjail</a></td>
<td class="summary">Removes a player from jail.</td>
</tr>
<tr>
<td class="name"><a href="#temp-ban">temp-ban</a></td>
<td class="summary">Temp bans a player until the next reset; this requires a reason; this will clear the players inventory.</td>
</tr>
<tr>
<td class="name"><a href="#clear-temp-ban">clear-temp-ban</a></td>
<td class="summary">Removes temp ban from a player; this will not restore their items.</td>
</tr>
</tbody>
</table>
<!-- module section list end -->
@@ -491,122 +483,6 @@
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#temp-ban" class="fragment-hashtag">#</a>
<span class="section-item-title" id="temp-ban">temp-ban</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Temp bans a player until the next reset; this requires a reason; this will clear the players inventory.</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<strong>Command Parameters:</strong>
<ul>
<li class="section-subitem-li">
<strong><em>player</em></strong>
<strong> : </strong>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/LuaPlayer.html">LuaPlayer</a></span>)
the player that will be temp banned
</li>
<li class="section-subitem-li">
<strong><em>reason</em></strong>
<strong> : </strong>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#string">string</a></span>)
the reason that the player is being temp banned
</li>
</ul>
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
<!-- usage start -->
<!-- usage end -->
</dd>
<dt>
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#clear-temp-ban" class="fragment-hashtag">#</a>
<span class="section-item-title" id="clear-temp-ban">clear-temp-ban</span>
</div>
</dt>
<dd>
<div class="section-item-body">
<p class="section-item-summary">Removes temp ban from a player; this will not restore their items.</p>
<p class="section-item-description"></p>
<!-- parameters start -->
<strong>Command Parameters:</strong>
<ul>
<li class="section-subitem-li">
<strong><em>player</em></strong>
<strong> : </strong>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/LuaPlayer.html">LuaPlayer</a></span>)
the player to revoke the temp ban from
</li>
</ul>
<!-- parameters end -->
<!-- returns start -->
<!-- returns end -->
<!-- see also start -->
<!-- see also end -->
@@ -629,7 +505,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -407,7 +407,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -378,7 +378,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -406,7 +406,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -339,7 +339,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -603,7 +603,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -575,7 +575,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -407,7 +407,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -502,7 +502,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>

View File

@@ -587,7 +587,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2021-01-24 03:04:40 UTC</i>
<i>Last updated 2021-01-27 00:27:15 UTC</i>
</div>
</div>
</div>