Dr Andrew Scott G7VAV

My photo
 
April 2024
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12


DOXYGEN

Section: User Commands (1)
Updated: April 2012
Index Return to Main Contents
 

NAME

doxygen - documentation system for various programming languages  

DESCRIPTION

Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.

You can use doxygen in a number of ways:

1) Use doxygen to generate a template configuration file:
doxygen [-s] -g [configName]
If - is used for configName doxygen will write to standard output.
2) Use doxygen to update an old configuration file:
doxygen [-s] -u [configName]
3) Use doxygen to generate documentation using an existing configuration file:
doxygen [configName]
If - is used for configName doxygen will read from standard input.
4) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
RTF:
doxygen -w rtf styleSheetFile
HTML:
doxygen -w html headerFile footerFile styleSheetFile [configFile]
LaTeX: doxygen -w latex headerFile footerFile styleSheetFile [configFile]
5) Use doxygen to generate an rtf extensions file
RTF:
doxygen -e rtf extensionsFile

If -s is specified the comments in the config file will be omitted. If configName is omitted `Doxyfile' will be used as a default.  

AUTHOR

Doxygen version 1.7.6.1, Copyright Dimitri van Heesch 1997-2011  

SEE ALSO

doxytag(1), doxywizard(1).

Please consider installing the doxygen-doc package as it contains additional documentation on how to use doxygen.


 

Index

NAME
DESCRIPTION
AUTHOR
SEE ALSO


for client 3.145.163.58
© Andrew Scott 2006 - 2024,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/