Doxygen 1.10.0

Generate documentation from source code Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D. Doxygen can help you in three ways: It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in $\mbox{\LaTeX}$) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. Doxygen can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically. You can also use doxygen for creating normal documentation (as I did for the doxygen user manual and web-site). Doxygen is developed under Mac OS X and Linux, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available.

Tags documentation
License GNU GPLv3
State stable

Recent Releases

1.10.025 Dec 2023 11:24 major feature: https://www.doxygen.org/manual/changelog.html#log_1_10_0
1.9.226 Dec 2021 13:42 minor feature: https://www.doxygen.nl/manual/changelog.html
1.8.1730 Dec 2019 11:29 minor feature: http://www.doxygen.nl/manual/changelog.html
1.8.1628 Sep 2019 12:50 minor feature: http://www.doxygen.nl/manual/changelog.html