What do you use for automatic PHP docs generation.
I know about phpdocumentor. but it looks like it didn't have a single release within 2010. Should I just use it or are there any alternatives?
|
What do you use for automatic PHP docs generation. I know about phpdocumentor. but it looks like it didn't have a single release within 2010. Should I just use it or are there any alternatives?
| |||||
feedback
|
|
We use Doxygen at work, but I must confess that I haven't used them much since setting it up in our continuous integration server. NetBeans and other IDEs parse and display the docs when you hover over and auto-complete items. | |||
|
feedback
|
|
You can try using DocBlox, a Documentation Generation application inspired on phpDocumentor. Please see http://www.docblox-project.org for the website and/or http://demo.docblox-project.org/default for a demo. | |||||
feedback
|