summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
commite2605ba3c9ca35524b0c86e74ffa37bee548aef3 (patch)
tree5ff3f5145fa9731895e2bf470efb7c94585331a8 /doc
parent5473563e9af0abbc81a3cfd7079c34fbc75dfdb4 (diff)
Add support for specifying output stream type (--stream-type)
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.14
-rw-r--r--doc/cli.xhtml4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/cli.1 b/doc/cli.1
index 1952e24..3e3a822 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -92,6 +92,10 @@ specified with command line options\.
Generate all functions non-inline\. By default simple functions are made
inline\. This option suppresses creation of the inline file\.
+.IP "\fB--ostream-type\fP \fItype\fP"
+Output stream type instead of the default \fBstd::ostream\fP that should be
+used to print usage and exception information\.
+
.IP "\fB--suppress-undocumented\fP"
Suppress the generation of documentation entries for undocumented options\.
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 13ef998..c6ef7b4 100644
--- a/doc/cli.xhtml
+++ b/doc/cli.xhtml
@@ -116,6 +116,10 @@
<dd>Generate all functions non-inline. By default simple functions are made
inline. This option suppresses creation of the inline file.</dd>
+ <dt><code><b>--ostream-type</b></code> <i>type</i></dt>
+ <dd>Output stream type instead of the default <code><b>std::ostream</b></code>
+ that should be used to print usage and exception information.</dd>
+
<dt><code><b>--suppress-undocumented</b></code></dt>
<dd>Suppress the generation of documentation entries for undocumented options.</dd>