Colleen R. Dick - 2007-10-29

I have some classes in a directory called classes, some came with supposely friendly phpdocblocks already in them (The ones I didn't write) and the ones I did write have also phpdocblocks also.   when I run phpdoc, it creates the documentation and documents the packages for those at the outer layer i.e. it registers them as packages but fails to create the required directories in the doc tree and their leave nodes if they are in classes.  It is not a permission issue, as it creates directories fine for the ones at the main level.  but when you go into the doc you want to drill down to  a particular detail of package from a class, and it gives a 404 for the file. 

I'm specifically telling it to recursively parse the classes directory, is there something else I should be configuring it to do. 

Thanks you