MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-11-30 17:50:28 +00:00
parent 6cb2e96bd4
commit 3cf6606c0d
31 changed files with 1167 additions and 483 deletions

View File

@@ -1752,6 +1752,12 @@ To send messages, you need to use the To functions.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MESSAGE).ToGroup">MESSAGE:ToGroup(Group, Settings)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sends a MESSAGE to a Group.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MESSAGE).ToLog">MESSAGE:ToLog()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sends a MESSAGE to DCS log file.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3155,6 +3161,36 @@ The message display times are automatically defined based on the timing settings
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MESSAGE).ToLog" ><strong>MESSAGE:ToLog()</strong></a></h2>
</div>
<p>Sends a MESSAGE to DCS log file.</p>
<div id= "#Functions##ToLog" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>MESSAGE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(MESSAGE)">#MESSAGE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>