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:
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.
The documentation doesn't tell you this, but you have to move the sample files into a directory that doesn't have the string "tutorial" anywhere in the path. phpDocumentor treats "tutorial" as a reserved word and refuses to parse any files that have it in the path.