Updated documentation

This commit is contained in:
FlightControl_Master
2017-07-15 09:07:31 +02:00
parent b21cd0c0ae
commit 295b482ce6
4 changed files with 159 additions and 12 deletions

View File

@@ -199,6 +199,18 @@
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).IsA2A_BULLS">SETTINGS:IsA2A_BULLS()</a></td>
<td class="summary">
<p>Is BULLS</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).IsA2A_LL">SETTINGS:IsA2A_LL()</a></td>
<td class="summary">
<p>Is LL</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).IsA2A_MGRS">SETTINGS:IsA2A_MGRS()</a></td>
<td class="summary">
<p>Is MGRS</p>
</td>
</tr>
<tr>
@@ -343,6 +355,18 @@
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).SetA2A_BULLS">SETTINGS:SetA2A_BULLS()</a></td>
<td class="summary">
<p>Sets A2A BULLS</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).SetA2A_LL">SETTINGS:SetA2A_LL()</a></td>
<td class="summary">
<p>Sets A2A LL</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SETTINGS).SetA2A_MGRS">SETTINGS:SetA2A_MGRS()</a></td>
<td class="summary">
<p>Sets A2A MGRS</p>
</td>
</tr>
<tr>
@@ -610,6 +634,42 @@ true if BULLS</p>
<dl class="function">
<dt>
<a id="#(SETTINGS).IsA2A_LL" >
<strong>SETTINGS:IsA2A_LL()</strong>
</a>
</dt>
<dd>
<p>Is LL</p>
<h3>Return value</h3>
<p><em>#boolean:</em>
true if LL</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SETTINGS).IsA2A_MGRS" >
<strong>SETTINGS:IsA2A_MGRS()</strong>
</a>
</dt>
<dd>
<p>Is MGRS</p>
<h3>Return value</h3>
<p><em>#boolean:</em>
true if MGRS</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SETTINGS).IsA2G_BR" >
<strong>SETTINGS:IsA2G_BR()</strong>
</a>
@@ -1082,7 +1142,7 @@ true if metric.</p>
<dl class="function">
<dt>
<em></em>
<em>#boolean</em>
<a id="#(SETTINGS).Metric" >
<strong>SETTINGS.Metric</strong>
</a>
@@ -1198,6 +1258,42 @@ true if metric.</p>
<p><em><a href="##(SETTINGS)">#SETTINGS</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SETTINGS).SetA2A_LL" >
<strong>SETTINGS:SetA2A_LL()</strong>
</a>
</dt>
<dd>
<p>Sets A2A LL</p>
<h3>Return value</h3>
<p><em><a href="##(SETTINGS)">#SETTINGS</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SETTINGS).SetA2A_MGRS" >
<strong>SETTINGS:SetA2A_MGRS()</strong>
</a>
</dt>
<dd>
<p>Sets A2A MGRS</p>
<h3>Return value</h3>
<p><em><a href="##(SETTINGS)">#SETTINGS</a>:</em></p>
</dd>
</dl>
<dl class="function">