summaryrefslogtreecommitdiff
path: root/documentation/xsd.1
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-06-02 04:36:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-06-02 04:36:07 +0200
commitdfe30bb81e90d729cd11dddeeb04924df38d0bcc (patch)
tree260a6ebd95bbc326233b348b60d369f112fcad25 /documentation/xsd.1
parent4d3692a500bd5cf2bd500e1eb0632850ca8260ab (diff)
Add support for fat type files
Such files also contain all the global elements that this type classifies.
Diffstat (limited to 'documentation/xsd.1')
-rw-r--r--documentation/xsd.18
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/xsd.1 b/documentation/xsd.1
index f291e88..0920c29 100644
--- a/documentation/xsd.1
+++ b/documentation/xsd.1
@@ -767,6 +767,14 @@ the
option. Use this option to find out why your regular expressions
don't do what you expected them to do.
+.IP "\fB\--fat-type-file\fR"
+Generate code corresponding to global elements into type files
+instead of schema files when the
+.B --type-file-regex
+option is specified. This option is primarily useful when trying
+to minimize the amount of object code that is linked to an executable
+by packaging compiled generated code into a static (archive) library.
+
.IP "\fB\--file-list \fIfile\fR"
Write a list of generated C++ files to
.IR file .