From e2605ba3c9ca35524b0c86e74ffa37bee548aef3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Jun 2012 11:00:52 +0200 Subject: Add support for specifying output stream type (--stream-type) --- doc/cli.1 | 4 ++++ doc/cli.xhtml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'doc') 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 @@
Generate all functions non-inline. By default simple functions are made inline. This option suppresses creation of the inline file.
+
--ostream-type type
+
Output stream type instead of the default std::ostream + that should be used to print usage and exception information.
+
--suppress-undocumented
Suppress the generation of documentation entries for undocumented options.
-- cgit v1.1