0
votes
0answers
279 views

Templates for phpDoc and PDF [closed]

Anyone know where to find some good templates for phpDocumentor2 (phpdoc)? And also how can I generate PDF through phpdoc?
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 ...
0
votes
3answers
82 views

Is there software/a script that can automatically create class structures for PHP scripts?

I know that PHPDoc exists, but phpdoc wants you to put comments in your PHP files so that it can parse them... What I want is something different: Suppose that I have 10 PHP classes... all I want is ...