Doxygen
From EmbeddedAcademy
Doxygen is a documentation system for C++, C, Java and others programing languages.
[edit]
Instalation
The Doxygen is avaliable in [1]. After download the binaries extract the file to an directory, go to the directory and use the comands:
./configure make install
In an distribution that suport apt you may use:
apt-get install doxygen
[edit]
Eclipse Integration
The integration with the Eclipse is made by the plug-in Eclox. The instalation is made downloading te plug-in [2] and extracting the content to the folder <eclipse-path>/plugins
