I find the one available at the website to be very overwhelming for a newbie at this. Is there a better tutorial out there, one that takes it a little slower, instead of throwing 3 long php source files at you?

Edit:

Is there really nothing else besides the manual??? D:

link|improve this question

Trust me, it's overwhelming not just for newbies. :) I am waiting for the day when you give phpDocumentor a (properly prepared) source directory to parse, press a button, and it gives you a nicely formatted default documentation back (the way it should be IMO). – Pekka Feb 25 '10 at 16:46
Phew that is a relief! :D – Urda Feb 25 '10 at 16:47
feedback

1 Answer

up vote 1 down vote accepted

I started using phpDocumentor a couple of months ago... I found out that the system itself is good but the sources tutorials provided (sample1.php, sample2.php, sample3.php in tutorials/phpDocumentor/examples) are really outdated compared to the tutorial/help online.

I'd say stick with the examples provided in the online help and ask questions here when not sure!

There is a quick tutorial (not always usefull) for every point below:

link|improve this answer
That's a good list for me to start with! Thanks! :D – Urda Feb 26 '10 at 12:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.