aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-06-02 04:37:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-06-02 04:37:21 +0200
commit5e7c109f2a401ef8f4d898bf59fb643c7c7eeed0 (patch)
tree0ce0829214f4a5471535182db57714f866f2d045 /documentation
parent644b8d4495bb9e3979c221098b9e3b1c5b1ca278 (diff)
Add support for fat type files
Such files also contain all the global elements that this type classifies.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/xsde.18
-rw-r--r--documentation/xsde.xhtml8
2 files changed, 16 insertions, 0 deletions
diff --git a/documentation/xsde.1 b/documentation/xsde.1
index 141edb2..2993fbf 100644
--- a/documentation/xsde.1
+++ b/documentation/xsde.1
@@ -939,6 +939,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 .
diff --git a/documentation/xsde.xhtml b/documentation/xsde.xhtml
index f15e337..84bd87c 100644
--- a/documentation/xsde.xhtml
+++ b/documentation/xsde.xhtml
@@ -807,6 +807,14 @@
them to do.
</dd>
+ <dt><code><b>--fat-type-file</b></code></dt>
+ <dd>Generate code corresponding to global elements into type files
+ instead of schema files when the <code><b>--type-file-regex</b></code>
+ 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.
+ </dd>
+
<!-- File list options. -->
<dt><code><b>--file-list</b> <i>file</i></code></dt>