Snippets tagged "phpdoc pear"
classés par popularité
get by date
Replier tout
Générer la PHPDoc d'un projet
$ sudo apt-get install php-pear
$ sudo pear install PhpDocumentor
$ phpdoc -d /path/to/project/sources -t /path/to/project/doc
