fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -194,12 +194,12 @@ Class NcDiagnosticProgress
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public NcDiagnosticProgress(IProgress<object> sessionProgress)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public NcDiagnosticProgress(IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>sessionProgress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -290,6 +290,74 @@ Class NcDiagnosticProgress
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationMessage_Hi_NcParsers_Sentence_System_String_System_String_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationMessage(Hi.NcParsers.Sentence,System.String,System.String)">
|
||||
ConfigurationMessage(Sentence, string, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void ConfigurationMessage(Sentence sentence, string id, string text)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>sentence</code> <a class="xref" href="Hi.NcParsers.Sentence.html">Sentence</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>id</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>text</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationMessage_System_String_System_String_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationMessage(System.String,System.String)">
|
||||
ConfigurationMessage(string, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void ConfigurationMessage(string id, string text)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>id</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>text</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationWarning_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationWarning*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_ConfigurationWarning_Hi_NcParsers_Sentence_System_String_System_String_System_Object_" data-uid="Hi.NcParsers.NcDiagnosticProgress.ConfigurationWarning(Hi.NcParsers.Sentence,System.String,System.String,System.Object)">
|
||||
@@ -467,6 +535,41 @@ Class NcDiagnosticProgress
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_SystemMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.SystemMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_SystemMessage_Hi_NcParsers_Sentence_System_String_System_String_" data-uid="Hi.NcParsers.NcDiagnosticProgress.SystemMessage(Hi.NcParsers.Sentence,System.String,System.String)">
|
||||
SystemMessage(Sentence, string, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void SystemMessage(Sentence sentence, string id, string text)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>sentence</code> <a class="xref" href="Hi.NcParsers.Sentence.html">Sentence</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>id</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>text</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_NcDiagnosticProgress_SystemMessage_" data-uid="Hi.NcParsers.NcDiagnosticProgress.SystemMessage*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_NcDiagnosticProgress_SystemMessage_System_String_System_String_" data-uid="Hi.NcParsers.NcDiagnosticProgress.SystemMessage(System.String,System.String)">
|
||||
|
||||
Reference in New Issue
Block a user