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 --- doc/cli.xhtml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index 88bdebf..99c2f78 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -308,6 +308,15 @@
Insert the content of file at the end of the generated HTML file.
+
--output-prefix prefix
+
Add prefix at the beginning of the generated output file + name(s).
+ +
--output-suffix suffix
+
Add suffix at the end of the generated output file name(s). + Note that it is added before any file type-specific suffixes; see + --*-suffix below.
+
--hxx-suffix suffix
Use suffix instead of the default .hxx to construct the name of the generated header file.
-- cgit v1.1