Re: [PHP] Document source code for PHP5

2005-08-20 Thread Markus Fischer
Denis Gerasimov wrote: Can someone recommend a documentation tool which supports the new PHP5 syntax? PHPDocumentor (http://www.phpdoc.org/) does. I am using Zend Studio integrated version and it works fine. Then I'm wondering what I'm doing wrong because it puts interface function definiti

[PHP] Document source code for PHP5

2005-08-19 Thread Markus Fischer
Hi, I'm currently using phpdoc.org to generated documentation of my code, but it doesn't seem to support PHP5. Interfaces are not recognized and function headers defined therein are parsed as public function. Can someone recommend a documentation tool which supports the new PHP5 syntax? th