fix SoftNcRunner GM code normalization.
This commit is contained in:
+6
-3
@@ -222,8 +222,8 @@ Class BoundSelectorPair
|
||||
|
||||
<a id="Hi_Numerical_StepSelectionUtils_BoundSelectorPair__ctor_" data-uid="Hi.Numerical.StepSelectionUtils.BoundSelectorPair.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_StepSelectionUtils_BoundSelectorPair__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.Numerical.StepSelectionUtils.BoundSelectorPair.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
BoundSelectorPair(XElement, string)
|
||||
<h3 id="Hi_Numerical_StepSelectionUtils_BoundSelectorPair__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__" data-uid="Hi.Numerical.StepSelectionUtils.BoundSelectorPair.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object})">
|
||||
BoundSelectorPair(XElement, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -232,7 +232,7 @@ Class BoundSelectorPair
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public BoundSelectorPair(XElement src, string baseDirectory)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public BoundSelectorPair(XElement src, string baseDirectory, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -242,6 +242,9 @@ Class BoundSelectorPair
|
||||
</dd>
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Base directory for resolving relative paths</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Progress reporter for nested selector XML.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user