0
votes
2answers
56 views

phpDocumentor - How to document a different author updating code, and a date?

Let's say original documentation for a class looks like this: /** * My custom class * * This class helps you do stuff. It's really great. * * @author David Smith * @version 1.0 */ If I ...
2
votes
2answers
2k views

Installing manually PHPDocumentor on Mac

After trying to install PHPDocumentor with PEAR install with no success, i tried it manually as is detailed on the official website: http://www.phpdoc.org/docs/latest/for-users/installation.html I ...