rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
@@ -183,6 +183,23 @@ separate concern handled by its own brand-specific syntax.</p>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
<h2 id="Hi_NcParsers_ParsingSyntaxs_TapeBoundarySyntax_examples">Examples</h2>
|
||||
<p>#BeforeBuild.UnparsedText: <code>%</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"TapeBoundary": { "Text": "" }
|
||||
}</code></pre>
|
||||
<p>#BeforeBuild.UnparsedText: <code>%foo</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"TapeBoundary": { "Text": "foo" }
|
||||
}</code></pre>
|
||||
<p>#BeforeBuild.UnparsedText: <code>% header text</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"TapeBoundary": { "Text": "header text" }
|
||||
}</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -293,7 +310,7 @@ separate concern handled by its own brand-specific syntax.</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