Update to the documentation generation process

Include a doc update too.
This commit is contained in:
Grey-Echo
2017-05-03 16:35:34 +02:00
parent 9ca007ccf4
commit 7b2f0fda9c
25 changed files with 2695 additions and 174 deletions

View File

@@ -279,7 +279,7 @@ each detected set of potential targets can be lased or smoked...</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).MenuStatus">DESIGNATE:MenuStatus(AttackGroup)</a></td>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).MenuStatus">DESIGNATE:MenuStatus(AttackGroup, Duration)</a></td>
<td class="summary">
</td>
@@ -375,7 +375,7 @@ each detected set of potential targets can be lased or smoked...</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).SendStatus">DESIGNATE:SendStatus(AttackGroup, MenuAttackGroup)</a></td>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).SendStatus">DESIGNATE:SendStatus(AttackGroup, Duration, MenuAttackGroup)</a></td>
<td class="summary">
<p>Sends the status to the Attack Groups.</p>
</td>
@@ -1065,19 +1065,24 @@ function below will use the range 1-7 just in case</p>
<dt>
<a id="#(DESIGNATE).MenuStatus" >
<strong>DESIGNATE:MenuStatus(AttackGroup)</strong>
<strong>DESIGNATE:MenuStatus(AttackGroup, Duration)</strong>
</a>
</dt>
<dd>
<h3>Parameter</h3>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em> AttackGroup </em></code>: </p>
</li>
<li>
<p><code><em> Duration </em></code>: </p>
</li>
</ul>
</dd>
@@ -1556,7 +1561,7 @@ The Attack collection of GROUP objects to designate and report for.</p>
<dt>
<a id="#(DESIGNATE).SendStatus" >
<strong>DESIGNATE:SendStatus(AttackGroup, MenuAttackGroup)</strong>
<strong>DESIGNATE:SendStatus(AttackGroup, Duration, MenuAttackGroup)</strong>
</a>
</dt>
<dd>
@@ -1572,6 +1577,12 @@ The Attack collection of GROUP objects to designate and report for.</p>
</li>
<li>
<p><code><em>#number Duration </em></code>:
The time in seconds the report should be visible.</p>
</li>
<li>
<p><code><em> MenuAttackGroup </em></code>: </p>
</li>