From f5937dc9cfae7c73c63ff27cf12dbaad4729dbea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jan 2016 12:41:27 +0200 Subject: Quote some values since cli no longer quotes \c in plain text --- xsd/cxx/options.cli | 6 +++--- xsd/options.cli | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xsd/cxx/options.cli b/xsd/cxx/options.cli index 8133b25..c598ab4 100644 --- a/xsd/cxx/options.cli +++ b/xsd/cxx/options.cli @@ -127,7 +127,7 @@ namespace CXX Schema namespace names to C++ namespace names. 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 @@ -153,7 +153,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 @@ -215,7 +215,7 @@ namespace CXX "Add to the list of regular expressions used to transform \cb{#include} directive paths. 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/xsd/options.cli b/xsd/options.cli index 1ebb38e..b7a2c50 100644 --- a/xsd/options.cli +++ b/xsd/options.cli @@ -104,7 +104,7 @@ class options = 0 anonymous types from the enclosing attributes/elements. 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. @@ -159,7 +159,7 @@ class options = 0 locations that are specified in the XML Schema include or import elements. 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. @@ -201,7 +201,7 @@ class options = 0 names to file names when the \cb{--file-per-type} option is specified. 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. @@ -232,7 +232,7 @@ class options = 0 file names when the \cb{--file-per-type} option is specified. 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 -- cgit v1.1