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

Release 0.1.6pre2 of phpdoc is a fully usable version however it might crash on some files

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


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 non module 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 someplace on your webserver.
Make sure you webserver can write to whereever you specify as a target or you will get lots of errors


I've put alot of work into getting phpDocumentor as stable as possible, if it spews an error message about
about a fatal error please send me an email or post the bug on the bug manager on sourceforge.

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