summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli8
1 files changed, 7 insertions, 1 deletions
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"
{
- "<ns>"
+ "<ns>",
"Generate the CLI support types in the <ns> 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