From 8eef1041c8c28a3c4c0528c072a431db2886764b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jan 2016 10:07:12 +0200 Subject: Add support for --output-{prefix,suffix} options --- cli/options.cli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 0f0d1a9..32a2794 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -364,6 +364,20 @@ class options "Insert the content of at the end of the generated HTML file." }; + std::string --output-prefix + { + "", + "Add at the beginning of the generated output file name(s)." + }; + + std::string --output-suffix + { + "", + "Add at the end of the generated output file name(s). Note that + it is added before any file type-specific suffixes; see \cb{--*-suffix} + below." + }; + std::string --hxx-suffix = ".hxx" { "", -- cgit v1.1