A documentation system for C, C++, Java, IDL, Objective-C, PHP, C# and D https://www.doxygen.nl/index.html
Go to file
2024-01-05 21:55:52 +01:00
doxygen-1.6.2-timestamp.patch automatic version update by autodist [release 1.8.7-1mamba;Mon Apr 21 2014] 2024-01-05 21:55:52 +01:00
doxygen-1.7.1-config.patch automatic version update by autodist [release 1.8.7-1mamba;Mon Apr 21 2014] 2024-01-05 21:55:52 +01:00
doxygen-1.7.2-fix_cftchapfont.patch automatic version update by autodist [release 1.8.7-1mamba;Mon Apr 21 2014] 2024-01-05 21:55:52 +01:00
doxygen-1.8.10-flex-2.6.patch automatic version update by autodist [release 1.8.11-1mamba;Tue Apr 19 2016] 2024-01-05 21:55:52 +01:00
doxygen-1.8.14-upstream-bug-789168-segfault.patch revert upstream patch causing segfault seen on arm [release 1.8.14-2mamba;Mon Aug 27 2018] 2024-01-05 21:55:52 +01:00
doxygen-1.8.16-compat.patch automatic version update by autodist [release 1.8.16-1mamba;Tue Oct 29 2019] 2024-01-05 21:55:52 +01:00
doxygen.spec automatic version update by autodist [release 1.9.1-1mamba;Sat Jan 09 2021] 2024-01-05 21:55:52 +01:00
README.md automatic version update by autodist [release 1.8.7-1mamba;Mon Apr 21 2014] 2024-01-05 21:55:52 +01:00

doxygen

Doxygen is a documentation system for C++, C, Java, IDL (Corba and Microsoft flavors) and to some extent PHP and C# and D. It can help you in three ways:

  • It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in HTML) 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. You 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 even `abuse' doxygen for creating normal documentation (as I did for this manual).

Doxygen is developed under 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 9x/NT and Mac OS X are available.