From 89ce153311d9163bbc356927346c0b30e158a75f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2010 10:46:51 +0200 Subject: Add support for suppressing documentation for undocumented options --- cli/options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index 5c5e1bb..d8a880d 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -342,6 +342,9 @@ class options suppress_inline () const; const bool& + suppress_undocumented () const; + + const bool& suppress_usage () const; const bool& @@ -435,6 +438,7 @@ class options bool generate_specifier_; bool generate_file_scanner_; bool suppress_inline_; + bool suppress_undocumented_; bool suppress_usage_; bool long_usage_; std::size_t option_length_; -- cgit v1.1