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
@@ -203,7 +203,8 @@ Place at the end of the syntax list, after all consumers have read the keys.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.CleanupSyntax.html">CleanupSyntax</a> seeded with the given <code class="paramref">keys</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -213,7 +214,8 @@ Place at the end of the syntax list, after all consumers have read the keys.
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>keys</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
<dd></dd>
<dd><p>JSON keys to remove on each block; copied into <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.CleanupSyntax.html#Hi_NcParsers_InspectionSyntaxs_CleanupSyntax_Keys">Keys</a>.</p>
</dd>
</dl>
@@ -234,7 +236,9 @@ Place at the end of the syntax list, after all consumers have read the keys.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reconstructs a <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.CleanupSyntax.html">CleanupSyntax</a> from a project XML element
previously produced by <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.CleanupSyntax.html#Hi_NcParsers_InspectionSyntaxs_CleanupSyntax_MakeXmlSource_System_String_System_String_System_Boolean_">MakeXmlSource(string, string, bool)</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -244,7 +248,8 @@ Place at the end of the syntax list, after all consumers have read the keys.
<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>XML element with one <code>Key</code> child per entry in <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.CleanupSyntax.html#Hi_NcParsers_InspectionSyntaxs_CleanupSyntax_Keys">Keys</a>.</p>
</dd>
</dl>
@@ -333,7 +338,8 @@ Place at the end of the syntax list, after all consumers have read the keys.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>XML element name for <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Regs">Regs</a> registration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">