fix G68 mis-behavior.
This commit is contained in:
@@ -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<ICmdBlockBuilder> CmdBuilderList { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public List<INcSemantic> 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><<a class="xref" href="Hi.Numerical.SoftParsers.CmdBlocks.ICmdBlockBuilder.html">ICmdBlockBuilder</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Numerical.SoftParsers.Claims.INcSemantic.html">INcSemantic</a>></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><<a class="xref" href="Hi.Numerical.SoftParsers.Syntaxs.INcSyntax.html">INcSyntax</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Numerical.SoftParsers.SyntaxBased.INcSyntax.html">INcSyntax</a>></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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user