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.
|
3
|
|
|
|
|
|
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
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. |
||
|
|
|
|
You could edit the template file to add your own stylesheet to override the existing one. |
||
|
|
|
|
phpDocumentor can output in a style similar to the php.net documentation (and its built in with both smarty and non smarty layouts) |
||
|
|
|
|
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. |
||
|
|

