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
@@ -195,7 +195,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates an empty bundle (name defaults to the type name <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -221,7 +222,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a bundle with default <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html#Hi_NcParsers_Syntaxs_BundleSyntax_Name">Name</a> from an ordered syntax list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -247,16 +249,51 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
<a id="Hi_NcParsers_Syntaxs_BundleSyntax__ctor_" data-uid="Hi.NcParsers.Syntaxs.BundleSyntax.#ctor*"></a>
<h3 id="Hi_NcParsers_Syntaxs_BundleSyntax__ctor_System_Xml_Linq_XElement_System_String_System_String_" data-uid="Hi.NcParsers.Syntaxs.BundleSyntax.#ctor(System.Xml.Linq.XElement,System.String,System.String)">
BundleSyntax(XElement, string, string)
<h3 id="Hi_NcParsers_Syntaxs_BundleSyntax__ctor_System_String_System_Collections_Generic_IEnumerable_Hi_NcParsers_Syntaxs_ISituNcSyntax__" data-uid="Hi.NcParsers.Syntaxs.BundleSyntax.#ctor(System.String,System.Collections.Generic.IEnumerable{Hi.NcParsers.Syntaxs.ISituNcSyntax})">
BundleSyntax(string, IEnumerable&lt;ISituNcSyntax&gt;)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a named bundle wrapping the given syntax list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public BundleSyntax(XElement src, string baseDirectory, string relFile)</code></pre>
<pre><code class="lang-csharp hljs">public BundleSyntax(string name, IEnumerable&lt;ISituNcSyntax&gt; syntaxes)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>name</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>syntaxes</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="Hi.NcParsers.Syntaxs.ISituNcSyntax.html">ISituNcSyntax</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_NcParsers_Syntaxs_BundleSyntax__ctor_" data-uid="Hi.NcParsers.Syntaxs.BundleSyntax.#ctor*"></a>
<h3 id="Hi_NcParsers_Syntaxs_BundleSyntax__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__" data-uid="Hi.NcParsers.Syntaxs.BundleSyntax.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object})">
BundleSyntax(XElement, string, string, IProgress&lt;object&gt;)
</h3>
<div class="markdown level1 summary"><p>Loads nested in-situ syntax elements from XML under <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html#Hi_NcParsers_Syntaxs_BundleSyntax_Name">Name</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public BundleSyntax(XElement src, string baseDirectory, string relFile, IProgress&lt;object&gt; progress)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -267,6 +304,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
<dd></dd>
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd></dd>
</dl>
@@ -291,7 +330,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Syntax kind name (typically the concrete type name).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -322,7 +362,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Child syntaxes executed in registration order within this bundle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -353,7 +394,8 @@ If the <a class="xref" href="Hi.NcParsers.Syntaxs.INcSyntax.html">INcSyntax</a>
</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">