summaryrefslogtreecommitdiff
path: root/cli/options.ixx
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.ixx
parent3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 (diff)
Add support for suppressing documentation for undocumented options
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index f79d75e..9c9afda 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -204,6 +204,12 @@ suppress_inline () const
}
inline const bool& options::
+suppress_undocumented () const
+{
+ return this->suppress_undocumented_;
+}
+
+inline const bool& options::
suppress_usage () const
{
return this->suppress_usage_;