phpDocumentor is hosted at sourceforge.net
webpage: http://phpdocu.sourceforge.net
projectpage: http://sourceforge.net/projects/phpdocu

Release 0.1.2 of phpdoc is a fully usable version

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

phpdoc needs php 4.0.1 or greater

-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 non module version of php
goto your php src dir and try
make clean
./configure
make
make install

phpdoc should work now

if you have any questions please email me
-joshua eichorn
forestg@users.sourceforge.net
