Snippets tagged "phpdoc pear ubuntu"
classés par date
get by popularity
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
