I'm trying to document my code using Phpdocumentor.. does anyone know How do I use Phpdocumentor web interface or some tutorial explaining this?

link|improve this question
feedback

1 Answer

Have you actually read the PHPdoc tutorials and quickstart?

It tells you everything you need to know from the supported tags through to how to install and run the documentation generator, etc.

It also specifically mentions how to use the docbuilder web interface.

link|improve this answer
thanks.. I was having some trouble to test it.. but it's all ok now! ;) – Periback Dec 22 '10 at 10:25
feedback

Your Answer

 
or
required, but never shown

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