Release notes for the newest version are in Release-0.2.4

phpDocumentor is hosted at phpdoc.org, with downloads and mailing list through sourceforge.net

webpage: 	http://phpdoc.org/
mirror: 	http://phpdocu.sourceforge.net
projectpage: 	http://sourceforge.net/projects/phpdocu

phpdoc release 0.2.0 sports a new parser that should work on all code, it also has a new template system for producing output, this should make
creating custom output much easier.

phpdoc is able to generate documentation from a single php file or it can recursively parse through a directory

phpdoc needs php 4.0.2 or greater (it will be faster in 4.0.5 or greater)


Command Line Version:

-t must be specified

valid options to for phpdoc are
-f /full/path/to/php/file.php
-d /full/path/to/directory
-t /full/path/to/target/directory

if you run phpdoc and get :
bash: ./phpdoc: No such file or directory

Then you haven't installed the cgi version of php
goto your php src dir and try
make clean
./configure
make
make install

phpdoc should work now


Web Interface
Put phpdoc.php together with the *.inc files someplace on your webserver.
Make sure you webserver can write to where ever you specify as a target or you will get lots of errors

if you have any questions please email me
-joshua eichorn
jeichorn@phpdoc.org
