from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





DOXYGEN

Section: User Commands (1)
Updated: 1-0-2026
Index Return to Main Contents
 

NAME

Doxygen - documentation system for various programming languages  

DESCRIPTION

Doxygen is a documentation system for C++, C, Java, Objectiv-C, IDL (CORBA and Microsoft flavors), Fortran, Python, VHDL and to some extent PHP, C#, and D.

You can use Doxygen in several ways:

1) Generate a template configuration file*:
doxygen -s] -g [configName]
2) Update an existing configuration file*:
doxygen -s] -u [configName]
3) Generate documentation using an existing configuration file*:
doxygen [configName]
4) Generate a template file that controls the layout of the generated documentation:
doxygen -l [layoutFileName]

   If layoutFileName is omitted, DoxygenLayout.xml will be used as the filename.
   If - is used for layoutFileName, Doxygen writes to standard output.
5) 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]
6) Generate an RTF extensions file:
RTF: doxygen -e rtf extensionsFile

   If - is used for extensionsFile Doxygen will write to standard output.
7) Compare the used configuration file with the template configuration file:
doxygen -x [configFile]

   Compare the used configuration file with the template configuration file

   without replacing the environment variables or CMake type replacement variables:
doxygen -x_noenv [configFile]
8) Show a list of buil-in emojis.
doxygen -f emoji outputFileName

   If - is used for outputFileName Doxygen will write to standard output.

*) If -s is specified, the comments of the configuration items in the config file will be omitted.
   If configName is omitted, 'Doxyfile' will be used by default.
   If - is used for configFile, Doxygen will write / read the configuration to / from standard output / input.

If -q is used for a Doxygen documentation run, Doxygen will see this as if QUIET=YES has been set.

-v print version string, -V print extended version information

-h,-? prints usage help information

doxygen -d prints additional usage flags for debugging purposes

 

AUTHOR

Doxygen version 1.16.1, Copyright Dimitri van Heesch 199-2026  

SEE ALSO

doxywizard(1).


 

Index

NAME
DESCRIPTION
AUTHOR
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.4 ms