Blame doc/doxygen.1

Packit Service 50c9f2
.TH DOXYGEN "1" "@DATE@" "doxygen @VERSION@" "User Commands"
Packit Service 50c9f2
.SH NAME
Packit Service 50c9f2
doxygen \- documentation system for various programming languages
Packit Service 50c9f2
.SH DESCRIPTION
Packit Service 50c9f2
Doxygen is a documentation system for C++, C, Java, Objective-C, IDL
Packit Service 50c9f2
(Corba and Microsoft flavors) and to some extent PHP, C#, and D.
Packit Service 50c9f2
.PP
Packit Service 50c9f2
You can use doxygen in a number of ways:
Packit Service 50c9f2
.TP
Packit Service 50c9f2
1) Use doxygen to generate a template configuration file:
Packit Service 50c9f2
.IP
Packit Service 50c9f2
doxygen [-s] \fB\-g\fR [configName]
Packit Service 50c9f2
.IP
Packit Service 50c9f2
If - is used for configName doxygen will write to standard output.
Packit Service 50c9f2
.TP 
Packit Service 50c9f2
2) Use doxygen to update an old configuration file:
Packit Service 50c9f2
.IP
Packit Service 50c9f2
doxygen [-s] \fB\-u\fR [configName]
Packit Service 50c9f2
.TP
Packit Service 50c9f2
3) Use doxygen to generate documentation using an existing configuration file:
Packit Service 50c9f2
.IP
Packit Service 50c9f2
doxygen [configName]
Packit Service 50c9f2
.IP
Packit Service 50c9f2
If - is used for configName doxygen will read from standard input.
Packit Service 50c9f2
.TP
Packit Service 50c9f2
4) Use doxygen to generate a template file controlling the layout of the generated documentation:
Packit Service 50c9f2
.IP
Packit Service 50c9f2
doxygen -l layoutFileName.xml
Packit Service 50c9f2
.TP
Packit Service 50c9f2
5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
Packit Service 50c9f2
.TP
Packit Service 50c9f2
RTF:
Packit Service 50c9f2
doxygen \fB\-w\fR rtf styleSheetFile
Packit Service 50c9f2
.TP
Packit Service 50c9f2
HTML:
Packit Service 50c9f2
doxygen \fB\-w\fR html headerFile footerFile styleSheetFile [configFile]
Packit Service 50c9f2
.TP
Packit Service 50c9f2
LaTeX: doxygen \fB\-w\fR latex headerFile footerFile styleSheetFile [configFile]
Packit Service 50c9f2
.TP
Packit Service 50c9f2
6) Use doxygen to generate an rtf extensions file
Packit Service 50c9f2
.TP
Packit Service 50c9f2
RTF:
Packit Service 50c9f2
doxygen \fB\-e\fR rtf extensionsFile
Packit Service 50c9f2
.PP
Packit Service 50c9f2
If \fB\-s\fR is specified the comments in the config file will be omitted.
Packit Service 50c9f2
If configName is omitted `Doxyfile' will be used as a default.
Packit Service 50c9f2
.SH AUTHOR
Packit Service 50c9f2
Doxygen version @VERSION@, Copyright Dimitri van Heesch 1997-2015
Packit Service 50c9f2
.SH SEE ALSO
Packit Service 50c9f2
doxywizard(1).