From 0b4fcbeae101f2a5171217f65bab9c6545e853ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Nov 2010 10:12:22 +0200 Subject: Add option description that can be examined at runtime. New option: --generate-description. --- 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 d8a880d..a7a7094 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -336,6 +336,9 @@ class options generate_specifier () const; const bool& + generate_description () const; + + const bool& generate_file_scanner () const; const bool& @@ -436,6 +439,7 @@ class options std::string output_dir_; bool generate_modifier_; bool generate_specifier_; + bool generate_description_; bool generate_file_scanner_; bool suppress_inline_; bool suppress_undocumented_; -- cgit v1.1