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
@@ -218,7 +218,8 @@ convenient for toggling a debug pipeline without removing the entries.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html">SnapshotSyntax</a> with no <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_SectionName">SectionName</a> set yet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -244,7 +245,8 @@ convenient for toggling a debug pipeline without removing the entries.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html">SnapshotSyntax</a> with the given <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_SectionName">SectionName</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -254,7 +256,8 @@ convenient for toggling a debug pipeline without removing the entries.
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>sectionName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>Sub-key under <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_SnapshotKey">SnapshotKey</a> for this instance's capture.</p>
</dd>
</dl>
@@ -275,7 +278,9 @@ convenient for toggling a debug pipeline without removing the entries.
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reconstructs a <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html">SnapshotSyntax</a> from a project XML element
previously produced by <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_MakeXmlSource_System_String_System_String_System_Boolean_">MakeXmlSource(string, string, bool)</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -285,7 +290,8 @@ convenient for toggling a debug pipeline without removing the entries.
<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 carrying <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_SectionName">SectionName</a> and <a class="xref" href="Hi.NcParsers.InspectionSyntaxs.SnapshotSyntax.html#Hi_NcParsers_InspectionSyntaxs_SnapshotSyntax_IsEnabled">IsEnabled</a>; null is treated as defaults.</p>
</dd>
</dl>