PHPDoc documentation generator in or out of Eclipse? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I am developing with Eclipse + PDT. I've been adding phpdoc comments into my code, but actually never generated a resulting documentation in Eclipse. How should I do it - is there some functionality in Eclipse, or doc generation should be done externally? Pascal MARTIN To generate the documentation, you should use phpDocumentor , which can be installed as a PEAR package. Then, you have to call it from command-line ; I've