Friday, July 19, 2013

Quick Guide to Using DoxyGen in Ubuntu


PhpDocumentor was easy to setup with the pear , but I just couldn’t get past the “nothing parsed” error. So I moved on to Doxygen
It might not be as mature, but hey, it works and thats what matters
1. sudo apt-get install doxygen doxygen-gui
2. in terminal doxygenwizard& will launch the gui
2. cd project directory
3. doxygen -g
4. edit Doxyfile

No comments:

Post a Comment