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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.