PHP之PhpDocument的使用

时间:2023-03-08 18:19:16

参考资料:

  1、http://manual.phpdoc.org/HTMLSmartyConverter/HandS/ric_INSTALL.html

  2、http://blog.****.net/shimizu/article/details/66980

  3、http://www.laruence.com/2009/04/21/680.html

一、安装PhpDocumentor

pear install PhpDocumentor

二、使用

phpdoc -d  “C:/Program Files/EasyPHP5/php/PEAR/PHPUnit2” -t “C:/Program Files/EasyPHP5/php/phpunit2doc” -o “HTML:frames:phpedit” //不需要双引号也可以

PS:持续更新...