phing / task-apigen
ApiGen 任务的实现,ApiGen 是一个从 PHP 源代码创建专业 API 文档的工具。
3.0.0
2023-11-12 13:34 UTC
Requires
- php: >= 7.4
Requires (Dev)
- phing/phing: 3.0.x-dev
README
ApiGen 任务的实现,ApiGen 是一个从 PHP 源代码创建专业 API 文档的工具。
这是 https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/ApiGen 的只读分割。
属性
示例
<apigen source="classes" destination="api" exclude="*/tests/*" title="My Project API Documentation" deprecated="true" todo="true"/>