summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-09 10:46:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-09 10:46:51 +0200
commit89ce153311d9163bbc356927346c0b30e158a75f (patch)
treea56025fdafd3dc63a84fe708716aca77dc85e1dc /cli/options.hxx
parent3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 (diff)
Add support for suppressing documentation for undocumented options
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 4 insertions, 0 deletions
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_;