
Doxygen homepage
Doxygen is a widely-used documentation generator tool in software development. It automates the generation of documentation from source code comments, parsing information about classes, …
Download Doxygen
Jan 11, 2026 · By downloading Doxygen, you agree to the license terms and privacy statement Want new features or bug fixes sooner? Build from source code or use the artifacts produced by the …
Getting started - Doxygen
The executable doxygen is the main program that parses the sources and generates the documentation. See section Doxygen usage for more detailed usage information. Optionally, the executable …
Overview - Doxygen
The second part forms a reference manual: Section Features presents an overview of what Doxygen can do. Section Doxygen usage shows how to use the doxygen program. Section Doxywizard usage …
Doxygen: Documenting the code
Special comment blocks A special comment block is a C or C++ style comment block with some additional markings, so Doxygen knows it is a piece of structured text that needs to end up in the …
Installation - Doxygen
Doxygen can use the dot tool of the GraphViz package to render nicer diagrams, see the HAVE_DOT option in the configuration file. If you want to produce compressed HTML files (see …
Doxygen usage
Doxygen usage Doxygen is a command line based utility. Calling doxygen with the --help option at the command line will give you a brief description of the usage of the program. All options consist of a …
Special Commands - Doxygen
The following subsections provide a list of all commands that are recognized by Doxygen. Unrecognized commands are treated as normal text. --- Structural indicators --- \addtogroup <name> [ (title)] …
Features - Doxygen
Doxygen will convert them to their equivalent , RTF, and man-page counterparts automatically. Allows references to documentation generated for other (Doxygen documented) projects (or another part of …
Doxygen examples
Jan 11, 2026 · Here are a number of examples of HTML output generated by doxygen. The examples together show many of the features of doxygen. ALib ALib is a general purpose, use-case agnostic, …