summaryrefslogtreecommitdiff
path: root/doc/xsd-epilogue.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/xsd-epilogue.xhtml')
-rw-r--r--doc/xsd-epilogue.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/xsd-epilogue.xhtml b/doc/xsd-epilogue.xhtml
index 275224f..5f91450 100644
--- a/doc/xsd-epilogue.xhtml
+++ b/doc/xsd-epilogue.xhtml
@@ -16,6 +16,7 @@
<code><b>--seq-modifier-regex</b></code>,
<code><b>--parser-regex</b></code>,
<code><b>--serializer-regex</b></code>,
+ <code><b>--const-regex</b></code>,
<code><b>--enumerator-regex</b></code>, and
<code><b>--element-type-regex</b></code> options.
</p>
@@ -78,6 +79,7 @@
<code><b>--seq-modifier-regex</b></code>,
<code><b>--parser-regex</b></code>,
<code><b>--serializer-regex</b></code>,
+ <code><b>--const-regex</b></code>,
<code><b>--enumerator-regex</b></code>, and
<code><b>--element-type-regex</b></code> options allow you to
specify extra regular expressions for each name category in
@@ -184,6 +186,9 @@
<p><code><b>/(.+)/parse\u$1/</b></code></p>
+ <p>The const category is used to create C++ constant names for the
+ element/wildcard/text content ids in ordered types.</p>
+
<p>See also the REGEX AND SHELL QUOTING section below.</p>
<h1>TYPE MAP</h1>