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

@@ -424,6 +424,12 @@
<td class="name" nowrap="nowrap"><a href="##(TASK).ReportDetails">TASK:ReportDetails()</a></td>
<td class="summary">
<p>Create a detailed report of the Task.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).ReportOverview">TASK:ReportOverview()</a></td>
<td class="summary">
<p>Create an overiew report of the Task.</p>
</td>
</tr>
<tr>
@@ -466,6 +472,12 @@
<td class="name" nowrap="nowrap"><a href="##(TASK).SetID">TASK:SetID(TaskID)</a></td>
<td class="summary">
<p>Sets the ID of the Task</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(TASK).SetInfo">TASK:SetInfo(TaskInfo, TaskInfoText)</a></td>
<td class="summary">
<p>Sets the Information on the Task</p>
</td>
</tr>
<tr>
@@ -1859,6 +1871,27 @@ self</p>
<p><em>#string:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK).ReportOverview" >
<strong>TASK:ReportOverview()</strong>
</a>
</dt>
<dd>
<p>Create an overiew report of the Task.</p>
<p>List the Task Name and Status</p>
<h3>Return value</h3>
<p><em>#string:</em></p>
</dd>
</dl>
<dl class="function">
@@ -2016,6 +2049,32 @@ self</p>
<dl class="function">
<dt>
<a id="#(TASK).SetInfo" >
<strong>TASK:SetInfo(TaskInfo, TaskInfoText)</strong>
</a>
</dt>
<dd>
<p>Sets the Information on the Task</p>
<h3>Parameters</h3>
<ul>
<li>
<p><code><em>#string TaskInfo </em></code>: </p>
</li>
<li>
<p><code><em> TaskInfoText </em></code>: </p>
</li>
</ul>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(TASK).SetMenu" >
<strong>TASK:SetMenu(MenuTime)</strong>
</a>