fix G68 mis-behavior.

This commit is contained in:
2026-02-24 23:42:25 +08:00
parent 2d38701590
commit ee51fd62dc
115 changed files with 11671 additions and 1414 deletions
@@ -183,10 +183,10 @@ Class SoftNcRunner
</h2>
<a id="Hi_Numerical_SoftParsers_SoftNcRunner_CmdBuilderList_" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.CmdBuilderList*"></a>
<a id="Hi_Numerical_SoftParsers_SoftNcRunner_ClaimBuilderList_" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.ClaimBuilderList*"></a>
<h3 id="Hi_Numerical_SoftParsers_SoftNcRunner_CmdBuilderList" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.CmdBuilderList">
CmdBuilderList
<h3 id="Hi_Numerical_SoftParsers_SoftNcRunner_ClaimBuilderList" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.ClaimBuilderList">
ClaimBuilderList
</h3>
@@ -194,7 +194,7 @@ Class SoftNcRunner
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;ICmdBlockBuilder&gt; CmdBuilderList { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public List&lt;INcSemantic&gt; ClaimBuilderList { get; set; }</code></pre>
</div>
@@ -203,7 +203,7 @@ Class SoftNcRunner
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Numerical.SoftParsers.CmdBlocks.ICmdBlockBuilder.html">ICmdBlockBuilder</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a>&gt;</dt>
<dd></dd>
</dl>
@@ -246,37 +246,6 @@ Class SoftNcRunner
<a id="Hi_Numerical_SoftParsers_SoftNcRunner_NcBlocker_" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.NcBlocker*"></a>
<h3 id="Hi_Numerical_SoftParsers_SoftNcRunner_NcBlocker" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.NcBlocker">
NcBlocker
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public INcRawBlocker NcBlocker { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Raws.INcRawBlocker.html">INcRawBlocker</a></dt>
<dd></dd>
</dl>
<a id="Hi_Numerical_SoftParsers_SoftNcRunner_NcSyntaxList_" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.NcSyntaxList*"></a>
<h3 id="Hi_Numerical_SoftParsers_SoftNcRunner_NcSyntaxList" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.NcSyntaxList">
@@ -297,7 +266,38 @@ Class SoftNcRunner
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Numerical.SoftParsers.Syntaxs.INcSyntax.html">INcSyntax</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Numerical.SoftParsers.SyntaxBased.INcSyntax.html">INcSyntax</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_Numerical_SoftParsers_SoftNcRunner_Segmenter_" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.Segmenter*"></a>
<h3 id="Hi_Numerical_SoftParsers_SoftNcRunner_Segmenter" data-uid="Hi.Numerical.SoftParsers.SoftNcRunner.Segmenter">
Segmenter
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISegmenter Segmenter { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.SoftParsers.Raws.ISegmenter.html">ISegmenter</a></dt>
<dd></dd>
</dl>