PhpDocumentor was easy to setup with the pear module, 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
OR (from Life of a Programmer Geek)
2. cd project directory
3. doxygen -g
4. edit Doxyfile
No comments:
Post a Comment