For ActionScript 2, I've used NaturalDocs. However it has pretty poor support for PHP. I've looked so far at Doxygen and phpDocumentor, but their output is pretty ugly in my opinion. Does anyone have any experience with automatic documentation generation for PHP? I'd prefer to be able to use javadoc-style tags, they are short to write and easy to remember.
+1
A:
phpDocumentor can output in a style similar to the php.net documentation (and its built in with both smarty and non smarty layouts)
Ólafur Waage
2008-10-09 23:11:03
A:
You could edit the template file to add your own stylesheet to override the existing one.
Darryl Hein
2008-10-09 23:23:23