-
Notifications
You must be signed in to change notification settings - Fork 12
Concurrents and similar projects
You will find here a list of projects similar to aadarchi, that is to say allowing the automatic generation of documentation of a project, in particular by integrating diagrams.
Doxygen https://www.doxygen.nl/
Doxygen is a tool for generating documentation from source code. It is aimed at C++, but it can also be used with PHP, Java, Python, etc. It can create online HTML documentation. It can also be used to generate output in multiple formats, including Unix man pages, PostScript, etc.
The biggest advantage of using Doxygen is that you will have consistency throughout your source code documentation. It can also help you to generate code structure using the undocumented source files.
- Output example : https://www.doxygen.nl/manual/examples/qtstyle/html/class_q_tstyle___test.html
- Diagram output : https://www.doxygen.nl/manual/examples/diagrams/html/annotated.html
HTML based output
Works best with C++, so diagrams generation seem to only work with this language
##Swimm