Doxygen is a JavaDoc like documentation system for C++, C, Java and IDL.
License
GNU General Public License version 2.0 (GPLv2)Follow Doxygen
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Awesome documentation generator for C/C++ code!!
-
doxygen is an excellent tool for extracting the code structure, linkages, dependencies from a undocumented source files in a C++ project. doxygen is also a free software project licensed under GPLv2. -- Strikr Free Software Project (strikr DOT io/)
-
The more flexible documentation tool.
-
Doxygen is a classic tool to force programmers to write API docs. If you have a software business, this approach saves a lot of time-human resources.
-
Doxygen is very powerful documentation generator. All you need is to describe your C++ classes in code comments using special symbol agreement. Doxygen scans your project's file/folder tree and prepares a web-site like documentation. You can then host the docs generated onto a real web site.