summaryrefslogtreecommitdiff
path: root/doc/cli.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cli.1')
-rw-r--r--doc/cli.168
1 files changed, 62 insertions, 6 deletions
diff --git a/doc/cli.1 b/doc/cli.1
index 76bbfeb..963ab43 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -131,17 +131,73 @@ Generate documentation in the man page format\.
.IP "\fB--generate-html\fP"
Generate documentation in the HTML format\.
-.IP "\fB--man-prologue-file\fP \fIfile\fP"
-Insert the content of \fIfile\fP at the beginning of the man page file\.
+.IP "\fB--hxx-prologue\fP \fItext\fP"
+Insert \fItext\fP at the beginning of the generated C++ header file\.
-.IP "\fB--man-epilogue-file\fP \fIfile\fP"
-Insert the content of \fIfile\fP at the end of the man page file\.
+.IP "\fB--ixx-prologue\fP \fItext\fP"
+Insert \fItext\fP at the beginning of the generated C++ inline file\.
+
+.IP "\fB--cxx-prologue\fP \fItext\fP"
+Insert \fItext\fP at the beginning of the generated C++ source file\.
+
+.IP "\fB--man-prologue\fP \fItext\fP"
+Insert \fItext\fP at the beginning of the generated man page file\.
+
+.IP "\fB--html-prologue\fP \fItext\fP"
+Insert \fItext\fP at the beginning of the generated HTML file\.
+
+.IP "\fB--hxx-epilogue\fP \fItext\fP"
+Insert \fItext\fP at the end of the generated C++ header file\.
+
+.IP "\fB--ixx-epilogue\fP \fItext\fP"
+Insert \fItext\fP at the end of the generated C++ inline file\.
+
+.IP "\fB--cxx-epilogue\fP \fItext\fP"
+Insert \fItext\fP at the end of the generated C++ source file\.
+
+.IP "\fB--man-epilogue\fP \fItext\fP"
+Insert \fItext\fP at the end of the generated man page text\.
+
+.IP "\fB--html-epilogue\fP \fItext\fP"
+Insert \fItext\fP at the end of the generated HTML text\.
+
+.IP "\fB--hxx-prologue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the beginning of the generated C++
+header file\.
+
+.IP "\fB--ixx-prologue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the beginning of the generated C++
+inline file\.
+
+.IP "\fB--cxx-prologue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the beginning of the generated C++
+source file\.
+
+.IP "\fB--man-prologue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the beginning of the generated man page
+file\.
.IP "\fB--html-prologue-file\fP \fIfile\fP"
-Insert the content of \fIfile\fP at the beginning of the HTML file\.
+Insert the content of \fIfile\fP at the beginning of the generated HTML
+file\.
+
+.IP "\fB--hxx-epilogue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the end of the generated C++ header
+file\.
+
+.IP "\fB--ixx-epilogue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the end of the generated C++ inline
+file\.
+
+.IP "\fB--cxx-epilogue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the end of the generated C++ source
+file\.
+
+.IP "\fB--man-epilogue-file\fP \fIfile\fP"
+Insert the content of \fIfile\fP at the end of the generated man page file\.
.IP "\fB--html-epilogue-file\fP \fIfile\fP"
-Insert the content of \fIfile\fP at the end of the HTML file\.
+Insert the content of \fIfile\fP at the end of the generated HTML file\.
.IP "\fB--class\fP \fIfq-name\fP"
Generate the man page or HTML documentation only for the \fIfq-name\fP