fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -97,6 +97,14 @@ Classes
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.XmlUtils.FileRefSource-1.html">FileRefSource&lt;T&gt;</a></dt>
<dd><p>A class that combines an XML-serializable data object with its source file path.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.XmlUtils.ProjectApiVersion.html">ProjectApiVersion</a></dt>
<dd><p>Carries the API version read from a project file's XML attribute
through the <a class="xref" href="Hi.Common.XmlUtils.XFactory.html">XFactory</a> deserialization pipeline via the
<code>object[] res</code> parameter.
Consumers retrieve it with <code>res?.OfType&lt;ProjectApiVersion&gt;().FirstOrDefault()</code>.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -121,14 +129,6 @@ Interfaces
<dt><a class="xref" href="Hi.Common.XmlUtils.IToXElement.html">IToXElement</a></dt>
<dd><p>Interface of <a class="xref" href="Hi.Common.XmlUtils.IToXElement.html#Hi_Common_XmlUtils_IToXElement_ToXElement">ToXElement()</a>.
Which can be represented by a single <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.linq.xelement">XElement</a>.</p>
</dd>
</dl>
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.XmlUtils.GenMode.html">GenMode</a></dt>
<dd><p>Enumeration of generation modes for XML factory operations.</p>
</dd>
</dl>
<h3 id="delegates">