summaryrefslogtreecommitdiff
path: root/xsd/doc/xsd-epilogue.1
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/doc/xsd-epilogue.1
parent87140ae9f841798752ae4e5422698a4090f16329 (diff)
Add support for `ucc` (upper-camel-case) value in --function-naming option
Diffstat (limited to 'xsd/doc/xsd-epilogue.1')
-rw-r--r--xsd/doc/xsd-epilogue.13
1 files changed, 3 insertions, 0 deletions
diff --git a/xsd/doc/xsd-epilogue.1 b/xsd/doc/xsd-epilogue.1
index 192880c..a37da89 100644
--- a/xsd/doc/xsd-epilogue.1
+++ b/xsd/doc/xsd-epilogue.1
@@ -65,6 +65,9 @@ The
value (stands for lower-camel-case) signifies a naming convention where the
first letter of each word except the first is capitalized, for example: foo(),
fooBar(). The
+.B ucc
+value (stands for upper-camel-case) signifies a naming convention where the
+first letter of each word is capitalized, for example: Foo(), FooBar(). The
.B java
naming convention is similar to the lower-camel-case one except that accessor
functions are prefixed with get, modifier functions are prefixed with set,