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
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class QuoteCommentSyntax | HiAPI-C# 2025 ">
<meta name="description" content="Parses parenthesized comments such as (comment text) from the remaining unparsed text and emits a section with the () symbol.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -97,7 +97,10 @@ Class QuoteCommentSyntax
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"></div>
<div class="markdown summary"><p>Parses parenthesized comments such as <code>(comment text)</code> from the
remaining unparsed text and emits a <a class="xref" href="Hi.NcParsers.Keywords.Comment.html">Comment</a> section with
the <code>()</code> symbol.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
@@ -192,7 +195,8 @@ Class QuoteCommentSyntax
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance with default settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -218,7 +222,8 @@ Class QuoteCommentSyntax
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance by deserializing from the given XML element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -228,7 +233,8 @@ Class QuoteCommentSyntax
<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>
@@ -285,7 +291,8 @@ Class QuoteCommentSyntax
</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">