Documentation improvements.

This commit is contained in:
FlightControl_Master
2017-07-26 10:06:42 +02:00
parent 227752399b
commit 940f872b40
16 changed files with 505 additions and 65 deletions

View File

@@ -256,6 +256,12 @@ each detected set of potential targets can be lased or smoked...</p>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).MenuAutoLase">DESIGNATE:MenuAutoLase(AutoLase)</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).MenuDesignate">DESIGNATE.MenuDesignate</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -301,7 +307,7 @@ each detected set of potential targets can be lased or smoked...</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).New">DESIGNATE:New(CC, Detection, AttackSet)</a></td>
<td class="name" nowrap="nowrap"><a href="##(DESIGNATE).New">DESIGNATE:New(CC, Detection, AttackSet, Mission)</a></td>
<td class="summary">
<p>DESIGNATE Constructor.</p>
</td>
@@ -960,6 +966,19 @@ function below will use the range 1-7 just in case</p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(DESIGNATE).MenuDesignate" >
<strong>DESIGNATE.MenuDesignate</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -1131,7 +1150,7 @@ function below will use the range 1-7 just in case</p>
<dt>
<a id="#(DESIGNATE).New" >
<strong>DESIGNATE:New(CC, Detection, AttackSet)</strong>
<strong>DESIGNATE:New(CC, Detection, AttackSet, Mission)</strong>
</a>
</dt>
<dd>
@@ -1158,6 +1177,12 @@ function below will use the range 1-7 just in case</p>
<p><code><em><a href="Core.Set.html##(SET_GROUP)">Core.Set#SET_GROUP</a> AttackSet </em></code>:
The Attack collection of GROUP objects to designate and report for.</p>
</li>
<li>
<p><code><em><a href="Tasking.Mission.html##(MISSION)">Tasking.Mission#MISSION</a> Mission </em></code>:
(Optional) The Mission where the menu needs to be attached.</p>
</li>
</ul>
<h3>Return value</h3>