phing / task-apigen
Task for ApiGen, a tool for creating professional API documentation from PHP source code.
Installs: 85 849
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:phing-extension
Requires
- php: >= 7.4
Requires (Dev)
- phing/phing: 3.0.x-dev
README
Task for ApiGen, a tool for creating professional API documentation from PHP source code.
This is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/ApiGen.
Please report issues and send Pull Requests in the main Phing repository.
Attributes
Example
<apigen source="classes" destination="api" exclude="*/tests/*" title="My Project API Documentation" deprecated="true" todo="true"/>