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) --- cli/options.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index ad91ddc..fe48219 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -58,6 +58,13 @@ class options made inline. This option suppresses creation of the inline file." }; + std::string --ostream-type = "::std::ostream" + { + "", + "Output stream type instead of the default \cb{std::ostream} that + should be used to print usage and exception information." + }; + bool --suppress-undocumented { "Suppress the generation of documentation entries for undocumented -- cgit v1.1