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?

link|improve this question

1  
phpdocumentor is the standard. – Jacob Feb 16 '11 at 6:35
feedback

2 Answers

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.

link|improve this answer
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.

link|improve this answer
1  
I like that brand new shining spunky super-duper-delicious template! – Stann May 29 '11 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.