From 577a38358b295379511ea8bb130ef1dcb7157c0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Nov 2009 21:28:46 +0200 Subject: Implement HTML pages generation --- cli/options.cli | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'cli/options.cli') 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 { "", @@ -60,6 +80,13 @@ class options the generated source file." }; + std::string --html-suffix = ".html" + { + "", + "Use instead of the default '.html' to construct the name of + the generated HTML file." + }; + std::string --option-prefix = "-" { "", -- cgit v1.1