phpDocumentor2 生成php文档

/**

 * 转载请注明来源 :http://my.oschina.net/xiaoyangok/blog/79839

 */ 

1.pear安装phpDocumentor

$ pear channel-discover pear.phpdoc.org

$ pear install phpdoc/phpDocumentor-alpha

2. 下载并安装phpDocumentor生成类图需要的软件graphviz

http://www.graphviz.org/Download_windows.php

 

3. 安装Image_GraphViz

pear install Image_GraphViz

 

4.使用phpdoc 生成工具

phpdoc   -d E:\bak\video\code  -t E:\bak\video\code\doc

E:\bak\video\code  为php代码的文件夹

E:\bak\video\code\doc 为生成文档的文件夹

具体的参数如下:

project:run [-t|--target[="..."]] [-f|--filename[="..."]] [-d|--directory[="..."

]] [-e|--extensions[="..."]] [-i|--ignore[="..."]] [--ignore-tags[="..."]] [--hi

dden] [--ignore-symlinks] [-m|--markers[="..."]] [--title[="..."]] [--force] [--

validate] [--visibility[="..."]] [--defaultpackagename[="..."]] [--sourcecode] [

-p|--progressbar] [--template[="..."]] [--parseprivate] [-c|--config[="..."]]

 

 

 

 

你可能感兴趣的:(phpdocumentor,phpdoc,phpDocumentor2,php文档)