fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -97,6 +97,14 @@ Classes
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Hi.Common.XmlUtils.FileRefSource-1.html">FileRefSource<T></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<ProjectApiVersion>().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">
|
||||
|
||||
Reference in New Issue
Block a user