rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
@@ -179,6 +179,19 @@ Class HeadIndexSyntax
|
||||
</dd></dl>
|
||||
|
||||
|
||||
<h2 id="Hi_NcParsers_ParsingSyntaxs_HeadIndexSyntax_examples">Examples</h2>
|
||||
<p>#BeforeBuild.UnparsedText: <code>N100 X0</code> (with HeadSymbol=“N”)
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"UnparsedText": "X0",
|
||||
"IndexNote": { "Symbol": "N", "Number": 100 }
|
||||
}</code></pre>
|
||||
<p>#BeforeBuild.UnparsedText: <code>N42</code> (lone head index, no trailing tokens; with HeadSymbol=“N”)
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"IndexNote": { "Symbol": "N", "Number": 42 }
|
||||
}</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -329,7 +342,7 @@ NC Index from Heidenhain may have no head symbol.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<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 class="markdown level1 summary"><p>XML element name for <a class="xref" href="Hi.Common.XmlUtils.XFactory.html#Hi_Common_XmlUtils_XFactory_Generators">Generators</a> registration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user