vote up 3 vote down star
3

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.

flag

4 Answers

vote up 5 vote down check

Actually, i found one awesome Extjs based template for PHPDocumentor:

http://www.zym-project.com/dev/news/30-phpdoc-extjs-converter-template

It creates beautiful docs with a nice tabbed and ajax'ed interface alt text

I am going to tweak it a bit though, i like it to have @todo support too that should be

just on the homepage. I will submit a patch if i have the time.

link|flag
vote up 0 vote down

You could edit the template file to add your own stylesheet to override the existing one.

link|flag
vote up 1 vote down

phpDocumentor can output in a style similar to the php.net documentation (and its built in with both smarty and non smarty layouts)

link|flag
vote up 1 vote down

If ugly's a problem, I'd just switch the stylesheet for a custom one. If you don't want to overwrite the generated one, you can use a Firefox plugin like Stylish.

link|flag

Your Answer

Get an OpenID
or

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