Does anybody use anything else to document their PHP code than PHPDoc? Are there any tools that read the same documentation syntax but give richer output?
|
1
|
|||
|
|
|
I´ll go for doxygen too. Here are several reasons :
And still free, multiplatform, and open source :-) It´s easy to learn, but harder that phpdoc because a lot richer. |
||
|
|
|
|
I am using Doxygen too - you get used to the various keywords really fast - they are kind of self-explaining. ;) RubyDoc is nice too, I espcially like they layout of the rdocs. |
||
|
|
|
|
Doxygen (www.doxygen.org). |
|||
|
|
