From 884dea7531962b17ef843ac2175faa050e8b0758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Apr 2014 12:57:06 +0200 Subject: Add support for ordered types, mixed content --- doc/xsd-epilogue.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/xsd-epilogue.1') diff --git a/doc/xsd-epilogue.1 b/doc/xsd-epilogue.1 index c5a2760..2b78ff7 100644 --- a/doc/xsd-epilogue.1 +++ b/doc/xsd-epilogue.1 @@ -21,6 +21,7 @@ options. A custom naming convention can be achieved using the .BR --seq-modifier-regex , .BR --parser-regex , .BR --serializer-regex , +.BR --const-regex , .BR --enumerator-regex , and .B --element-type-regex @@ -96,6 +97,7 @@ The .BR --seq-modifier-regex , .BR --parser-regex , .BR --serializer-regex , +.BR --const-regex , .BR --enumerator-regex , and .B --element-type-regex @@ -234,6 +236,9 @@ naming convention is selected: .B /(.+)/parse\\\\u$1/ +The const category is used to create C++ constant names for the +element/wildcard/text content ids in ordered types. + See also the REGEX AND SHELL QUOTING section below. \" -- cgit v1.1