[UPHPU] Function Catalog

Walt Haas haas at xmission.com
Thu Feb 15 16:42:15 MST 2007


I see a lot of use of PhpDocumenter, and that's what I use.  I see 
use of anything else for PHP documentation.

  http://www.phpdoc.org/

I think there was a separate program called phpdoc a few years ago which
was taken over and evolved into PhpDocumenter (but I might have that
wrong).  PhpDocumenter is modeled after javadoc.

doxygen is used a lot for C++ documentation.  It has front ends that
will allow it to document a bunch of other C-like languages, including
PHP and JavaScript.

  http://www.stack.nl/~dimitri/doxygen/

If your computer has PEAR installed, you can install PhpDocumenter with
the command line command (as root) "pear install phpDocumentor"


On Thu, 2007-02-15 at 14:42 -0700, Jonathan Duncan wrote:
> On Wed, 7 Feb 2007, Ray Hunter wrote:
> 
> > phpdoc
> > phpdocumentor
> > doxygen
> > headerdoc
> >
> 
> Which of these is "better", meaning more standardized and popular?




More information about the UPHPU mailing list