summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.16
-rw-r--r--doc/cli.xhtml9
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/cli.1 b/doc/cli.1
index 346846a..c1ebfde 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -221,6 +221,12 @@ Insert the content of \fIfile\fR at the end of the generated C++ source file\.
Insert the content of \fIfile\fR at the end of the generated man page file\.
.IP "\fB--html-epilogue-file\fR \fIfile\fR"
Insert the content of \fIfile\fR at the end of the generated HTML file\.
+.IP "\fB--output-prefix\fR \fIprefix\fR"
+Add \fIprefix\fR at the beginning of the generated output file name(s)\.
+.IP "\fB--output-suffix\fR \fIsuffix\fR"
+Add \fIsuffix\fR at the end of the generated output file name(s)\. Note that
+it is added before any file type-specific suffixes; see \fB--*-suffix\fR
+below\.
.IP "\fB--hxx-suffix\fR \fIsuffix\fR"
Use \fIsuffix\fR instead of the default \fB\.hxx\fR to construct the name of
the generated header file\.
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 @@
<dd>Insert the content of <i>file</i> at the end of the generated HTML
file.</dd>
+ <dt><code><b>--output-prefix</b></code> <i>prefix</i></dt>
+ <dd>Add <i>prefix</i> at the beginning of the generated output file
+ name(s).</dd>
+
+ <dt><code><b>--output-suffix</b></code> <i>suffix</i></dt>
+ <dd>Add <i>suffix</i> at the end of the generated output file name(s).
+ Note that it is added before any file type-specific suffixes; see
+ <code><b>--*-suffix</b></code> below.</dd>
+
<dt><code><b>--hxx-suffix</b></code> <i>suffix</i></dt>
<dd>Use <i>suffix</i> instead of the default <code><b>.hxx</b></code> to
construct the name of the generated header file.</dd>