
Doxygen
Sign in to saveDoxygen ( ) is a documentation generator that works with many programming languages. It extracts information from specially-formatted source code comments and saves the information in one of various supported formats.
Key facts
- Software.name
- Doxygen
- Software.logo
- doxygen.png
- Software.screenshot
- Doxygen-1.8.1.png
- Software.developer
- Dimitri van Heesch
- Software.programming language
- C++
- Software.operating system
- Cross-platform
- Software.genre
- Documentation generator
- Software.license
- GPLv2
via Wikipedia infobox
Wikidata facts
- Instance of
- free software
- Official website
- www.doxygen.org
- Image
- Doxygen-1.8.1.png
Show 11 more facts
- Commons category
- Doxygen
- programmed in
- C++
- copyright license
- GNU General Public License, version 2.0
- GUI toolkit or framework
- Qt
- software version identifier
- 1.16.1
- inception
- 1997-10-26
- source code repository URL
- github.com/doxygen/doxygen
- software quality assurance
- continuous integration
- Stack Exchange tag
- stackoverflow.com/tags/doxygen
- operating system
- Unix-like operating system
- depends on software
- Graphviz
via Wikidata · CC0
~5 min read
Encyclopedic overview
7 sectionsContents
- History
- Development
- Design
- Example
- See also
- References
- External links
Doxygen ( ) is a documentation generator that works with many programming languages. It extracts information from specially-formatted source code comments and saves the information in one of various supported formats.
Doxygen supports static analysis of a codebase. It uses the parse tree parsed from the codebase to generate diagrams and charts of the code structure. It provides cross-referencing that a reader can use to refer back to the source code from the generated documentation.
Excerpted from Wikipedia’s “Doxygen” article, available under the CC BY-SA 4.0 licence.