Okay, I'm fed up with phpDocumentator. It consumes way much more memory (1.4 GB) and time (5 minutes on 2.6GHz Core 2 Duo) than I'm willing to give it. Does there exist some really compatible program to generate documentation for PHP code?
I've tried PHPDoctor, which looks nice, but it has some missing features. However it is probably closest to be replacement from all solutions I've tried so far.
I've also tried PhpDocGen, but it just bails out with some Perl errors, which I'm too lazy to study.
Doxygen also does not seem to play well with our sources.
PS: The documentation would be for phpMyAdmin, a little bit outdated documentation is here.
Update: The code contains lot of functions and not only objects, what is the biggest problem with Doxygen, because it fails to organize them.
We switched from phpDocumentor to Doxygen because the former did not support PHP 5.3 features like namespaces and closures. phpDocumentor's last update was in 2008.
The major @
-attributes are the same in Doxygen, because they both do JavaDoc-style comments. It is quite configurable, too.
You can also try DocBlox; it is a new kid on the block (pun intended) but already supports many of the features that phpDocumentor provides and many of the newer things (like namespaces). Please try it out at https://www.github.com/mvriel/Docblox
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With