fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-08 22:17:04 +08:00
parent 2f57932000
commit e026da61b3
197 changed files with 3482 additions and 958 deletions
@@ -206,7 +206,8 @@ The coordinate is usually the final node from the chain of coordinate transforma
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with the given working path list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -216,7 +217,8 @@ The coordinate is usually the final node from the chain of coordinate transforma
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>workingPathList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;&gt;</dt>
<dd></dd>
<dd><p>JSON paths to scan for axis values; see <a class="xref" href="Hi.NcParsers.LogicSyntaxs.ProgramXyzSyntax.html#Hi_NcParsers_LogicSyntaxs_ProgramXyzSyntax_WorkingPathList">WorkingPathList</a>.</p>
</dd>
</dl>
@@ -237,7 +239,10 @@ The coordinate is usually the final node from the chain of coordinate transforma
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance by deserializing the working path list from the
given XML element. Falls back to <a class="xref" href="Hi.NcParsers.LogicSyntaxs.ProgramXyzSyntax.html#Hi_NcParsers_LogicSyntaxs_ProgramXyzSyntax_Default">Default</a>.<a class="xref" href="Hi.NcParsers.LogicSyntaxs.ProgramXyzSyntax.html#Hi_NcParsers_LogicSyntaxs_ProgramXyzSyntax_WorkingPathList">WorkingPathList</a>
when the element has no <code>Path</code> children.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -247,7 +252,8 @@ The coordinate is usually the final node from the chain of coordinate transforma
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>src</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a></dt>
<dd></dd>
<dd><p>Source XML element.</p>
</dd>
</dl>
@@ -272,7 +278,8 @@ The coordinate is usually the final node from the chain of coordinate transforma
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Default instance with the working path resolving to the <code>Parsing</code> root.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -374,7 +381,8 @@ First match is used. Empty list means root level.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>XML element name used to register this syntax with <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">