Hello Stackers...
I want to start using phpDocumentor but I'm finding it hard going - the web interface is not playing nicely and I can't get it to parse the example files
I probably haven't set it up right and I would like a nice step-by-step tutorial (i.e. NOT THIS ONE) to check where I've gone wrong and hopefully get it parsing something
But I can't find anything via google - can anyone suggest any good tutorials or resources for getting started with phpdoc?
Many thanks!
Ian
EDIT: Thanks for jumping in, ashnazg! These were the steps I followed:
- Pear wasn't working on my Mac so downloaded version 1.4.3 and unzipped it to a directory
- Specified the absolute path to sample file 2 on my HD under file tab
- Specified an output folder which was world writable
- Clicked Create... stuff going on in log, media folder created but no report. Log concludes "ERROR: nothing parsed"
I since got Pear working and installed phpdoc that way; can use it through the command line, but any ideas about what could be up with the web interface to prevent it from parsing the file? Seems to be happy in all other respects.
EDIT 2: Thanks for the link to the Developer.com article, Liz: It's very basic but a useful quickstart.