saxulum/saxulum-phpdoc-generator
最新稳定版本:1.0-rc1
Composer 安装命令:
composer require saxulum/saxulum-phpdoc-generator
包简介
Saxulum PhpDoc Generator
关键字:
README 文档
README
Features
This library allow to generate phpdoc based on objects.
Requirements
- php: >=5.3
Installation
Through Composer as saxulum/saxulum-phpdoc-generator.
Usage
Watch the original phpDocumentor documentation
Code
$documentor = new Documentor(array(
new ParamRow('string', 'name'),
new ReturnRow('string'),
));
Output
/**
* @param string $name
* @return string
*/
统计信息
- 总下载量: 118
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-07