aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-18 12:47:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-18 12:47:02 +0200
commit811453ff689059b75a6147b33ce35b3734865f12 (patch)
treec7376ff8af5885f80136bc07cbc9127f61b51e1f
parent7d65a3ac55f8c83ab366aba002bf0001dc9da09a (diff)
Quote some values since cli no longer quotes \c in plain text
-rw-r--r--xsde/cxx/options.cli6
-rw-r--r--xsde/options.cli8
2 files changed, 7 insertions, 7 deletions
diff --git a/xsde/cxx/options.cli b/xsde/cxx/options.cli
index c908b46..06af2ff 100644
--- a/xsde/cxx/options.cli
+++ b/xsde/cxx/options.cli
@@ -128,7 +128,7 @@ namespace CXX
Schema namespace names to C++ namespace names. <regex> is a Perl-like
regular expression in the form
\c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}. Any character can be
- used as a delimiter instead of \cb{/}. Escaping of the delimiter
+ used as a delimiter instead of '\cb{/}'. Escaping of the delimiter
character in \ci{pattern} or \ci{replacement} is not supported.
All the regular expressions are pushed into a stack with the last
@@ -154,7 +154,7 @@ namespace CXX
1. The expression is applied and if the result is empty the next
expression is considered.
- 2. All \cb{/} are replaced with \cb{::}.
+ 2. All '\cb{/}' are replaced with '\cb{::}'.
3. The result is verified to be a valid C++ scope name (e.g.,
\cb{foo::bar}). If this test succeeds, the result is used as a
@@ -216,7 +216,7 @@ namespace CXX
"Add <regex> to the list of regular expressions used to transform
\cb{#include} directive paths. <regex> is a Perl-like regular
expression in the form \c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}.
- Any character can be used as a delimiter instead of \cb{/}. Escaping
+ Any character can be used as a delimiter instead of '\cb{/}'. Escaping
of the delimiter character in \ci{pattern} or \ci{replacement} is not
supported.
diff --git a/xsde/options.cli b/xsde/options.cli
index 5633e30..7e6d68e 100644
--- a/xsde/options.cli
+++ b/xsde/options.cli
@@ -91,7 +91,7 @@ class options = 0
anonymous types from the enclosing attributes/elements. <regex> is a
Perl-like regular expression in the form
\c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}.
- Any character can be used as a delimiter instead of \cb{/}. Escaping of
+ Any character can be used as a delimiter instead of '\cb{/}'. Escaping of
the delimiter character in \ci{pattern} or \ci{replacement} is not
supported.
@@ -146,7 +146,7 @@ class options = 0
locations that are specified in the XML Schema include or import
elements. <regex> is a Perl-like regular expression in the form
\c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}. Any character can
- be used as a delimiter instead of \cb{/}. Escaping of the delimiter
+ be used as a delimiter instead of '\cb{/}'. Escaping of the delimiter
character in \ci{pattern} or \ci{replacement} is not supported. All
the regular expressions are pushed into a stack with the last specified
expression considered first. The first match that succeeds is used.
@@ -188,7 +188,7 @@ class options = 0
names to file names when the \cb{--file-per-type} option is specified.
<regex> is a Perl-like regular expression in the form
\c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}. Any character can be
- used as a delimiter instead of \cb{/}. Escaping of the delimiter
+ used as a delimiter instead of '\cb{/}'. Escaping of the delimiter
character in \ci{pattern} or \ci{replacement} is not supported. All
the regular expressions are pushed into a stack with the last specified
expression considered first. The first match that succeeds is used.
@@ -218,7 +218,7 @@ class options = 0
file names when the \cb{--file-per-type} option is specified. <regex> is
a Perl-like regular expression in the form
\c{\b{/}\i{pattern}\b{/}\i{replacement}\b{/}}. Any character can be used
- as a delimiter instead of \cb{/}. Escaping of the delimiter character in
+ as a delimiter instead of '\cb{/}'. Escaping of the delimiter character in
\ci{pattern} or \ci{replacement} is not supported. All the regular
expressions are pushed into a stack with the last specified expression
considered first. The first match that succeeds is used. Regular