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.cli | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 8955e08..ccafa68 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -47,6 +47,12 @@ class options made inline. This option suppresses creation of the inline file." }; + bool --suppress-undocumented + { + "Suppress the generation of documentation entries for undocumented + options." + }; + bool --suppress-usage { "Suppress the generation of the usage printing code." @@ -69,7 +75,7 @@ class options std::string --cli-namespace = "::cli" { - "" + "", "Generate the CLI support types in the namespace (\cb{cli} by default). The namespace can be nested, for example \cb{details::cli}. If the namespace is empty, then the support types are generated in -- cgit v1.1