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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.