> Hi. I may be sending this email to the wrong address, in which case you > could you please tell me who I ought to contact? > > I've noticed about three open source projects in existance all named phpdoc, > and all seemingly out of date. What they all aim to do is make a PHP > equivalent of the javadoc program for generating HTML documentation from > inline comments in classes and functions. > > I wonder if there's a program for doing this that's officially recommended > by the PHP development team. A program like that would help us out greatly > at my place of work, where we use PHP extensively. If there's no official > recommendation, it might be worth considering that one of these projects be > adopted, maintained, and given a subdomain on the php.net network > (phpdoc.php.net) etc, to clear up which of these programs is the best to > use.
We have a phpdoc program integrated to the PFC part of PEAR. See http://pear.php.net/ and http://www.phpdoc.de/ The choice is however up to you... Goba
