Doxygen is a cross-platform, JavaDoc-like documentation system for C++, C, Objective-C, C#, Java, IDL, Python, PHP, VHDL, and Fortran. Doxygen can be used to generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX or RTF) from a set of source files. Doxygen can also be configured to extract the code-structure from undocumented source files. This includes dependency graphs, class diagrams and hyperlinked source code. This type of information can be very useful to quickly find your way in large source distributions.
Tags | Software Development Documentation |
---|---|
Licenses | GPL |
Operating Systems | OS Independent |
Implementation | C++ |
Release Notes: The main focus of this release is fixing a number of bugs. It also includes a couple of minor improvements to ease customizing the output.
Release Notes: This release adds support for using external indexing and search tools for searching the HTML documentation. It includes an indexer and search engine based on Xapian. A Markdown page can now be selected to serve as the main page (handy for GitHub projects). Conditional sections like @if and @cond now allow logic expressions for the guard. Includes a number of smaller changes as well as a large number of bugfixes.
Release Notes: This release can validate unchanged files in the source directory against checksums in the backup, to recognize, for example, This release also includes some bugfixes.
Release Notes: This release fixes a couple of bugs and makes some improvements to the HTML navigation tree, including the ability to enable and disable the synchronization between the tree and the content.
Release Notes: This release fixes a number of bugs related to the new indexes introduced in version 1.8.1. It also fixes some problems in the HTML tree view, as well as several other issues.