fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -95,13 +95,26 @@
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.Messages.MessageBoardUtil.html">MessageBoardUtil</a></dt>
|
||||
<dd><p>Utility class for displaying messages on a message board.</p>
|
||||
<dt><a class="xref" href="Hi.Common.Messages.ActionProgress-1.html">ActionProgress<T></a></dt>
|
||||
<dd><p>Lightweight <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress<T></a> that delegates to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action<T></a>.
|
||||
Unlike <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.progress-1">Progress<T></a>, does not capture
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.synchronizationcontext">SynchronizationContext</a>
|
||||
and invokes the handler synchronously on the caller's thread.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.Messages.MessageUtil.html">MessageUtil</a></dt>
|
||||
<dd><p>Provides utility methods for handling messages.</p>
|
||||
<dt><a class="xref" href="Hi.Common.Messages.DebugUtil.html">DebugUtil</a></dt>
|
||||
<dd><p>Debug utility provides functions: pause process, count execution time and show the count.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.Messages.ExceptionUtil.html">ExceptionUtil</a></dt>
|
||||
<dd><p>Provides utility methods for handling exceptions.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.Messages.MessageBoardUtil.html">MessageBoardUtil</a></dt>
|
||||
<dd><p>Utility class for displaying messages on a message board.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
|
||||
Reference in New Issue
Block a user