phing/task-apigen

Task for ApiGen, a tool for creating professional API documentation from PHP source code.

Installs: 85 562

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:phing-extension

3.0.0 2023-11-12 13:34 UTC

This package is auto-updated.

Last update: 2024-08-31 00:26:36 UTC


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"/>