summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-08 21:28:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-08 21:28:46 +0200
commit577a38358b295379511ea8bb130ef1dcb7157c0f (patch)
treeb127b18e013c4d09ee1f878ae367f8d83dfd20f6 /cli/options.cli
parentbe7e864610327863e0c717fdec417ac2dcdaa2e9 (diff)
Implement HTML pages generation
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli27
1 files changed, 27 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 3216e08..1127553 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -33,6 +33,26 @@ class options
"Suppress generation of usage printing code."
};
+ bool --generate-cxx
+ {
+ ""
+ };
+
+ bool --generate-man
+ {
+ ""
+ };
+
+ bool --generate-html
+ {
+ ""
+ };
+
+ bool --stdout
+ {
+ ""
+ };
+
std::size_t --option-length = 0
{
"<len>",
@@ -60,6 +80,13 @@ class options
the generated source file."
};
+ std::string --html-suffix = ".html"
+ {
+ "<suffix>",
+ "Use <suffix> instead of the default '.html' to construct the name of
+ the generated HTML file."
+ };
+
std::string --option-prefix = "-"
{
"<prefix>",