summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-12-10 12:23:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-12-10 12:23:18 +0200
commit0d377698eaee9e31cf7ef79f20664454c3de8d5b (patch)
tree53b772e548b4c9265c67569e2567d2c657fdb7c8 /xsd/xsd/cxx/tree/options.cli
parent87140ae9f841798752ae4e5422698a4090f16329 (diff)
Add support for `ucc` (upper-camel-case) value in --function-naming option
Diffstat (limited to 'xsd/xsd/cxx/tree/options.cli')
-rw-r--r--xsd/xsd/cxx/tree/options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd/xsd/cxx/tree/options.cli b/xsd/xsd/cxx/tree/options.cli
index 1f0b23f..0230429 100644
--- a/xsd/xsd/cxx/tree/options.cli
+++ b/xsd/xsd/cxx/tree/options.cli
@@ -257,9 +257,9 @@ namespace CXX
{
"<style>",
"Specify the function naming convention that should be used in the
- generated code. Valid styles are \cb{knr} (default), \cb{lcc}, and
- \cb{java}. See the NAMING CONVENTION section below for more
- information."
+ generated code. Valid styles are \cb{knr} (default), \cb{lcc},
+ \cb{ucc}, and \cb{java}. See the NAMING CONVENTION section below
+ for more information."
};
NarrowStrings --type-regex