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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') 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_; -- cgit v1.1