summaryrefslogtreecommitdiff
path: root/documentation/xsd.1
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/xsd.1')
-rw-r--r--documentation/xsd.15
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/xsd.1 b/documentation/xsd.1
index 8b97b14..ecde0ca 100644
--- a/documentation/xsd.1
+++ b/documentation/xsd.1
@@ -869,6 +869,11 @@ not initialized and accessing them results in undefined behavior.
Generate constructors that expect an instance of a base type followed by all
required members.
+.IP "\fB\--suppress-assignment\fR"
+Suppress the generation of copy assignment operators for complex types.
+If this option is specified, the copy assignment operators for such
+types are declared private and left unimplemented.
+
.IP "\fB\--generate-detach\fR"
Generate detach functions for required elements and attributes (detach
functions for optional and sequence cardinalities are provided by the