From c61f197baddcd2e048a106a2026c72cadc452bcd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 11:56:54 +0200 Subject: Add ability to specify prologues/epilogues for generated C++ files Also add options to specify text prologues/epilogues in addition to files for generated man and html files. --- doc/cli.1 | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 6 deletions(-) (limited to 'doc/cli.1') 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 -- cgit v1.1