This task runs phpDocumentor 2, a PHP 5.3-compatible API documentation tool. This project is the result of the merge of the phpDocumentor and DocBlox projects.
Table C.89: Attributes
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
title | String | Title of the project. | n/a | No |
destdir | String | Destination directory for output files. | n/a | Yes |
template | String | Name of the documentation template to use. | responsive-twig | No |
defaultPackageName | String | Name of the default package. | Default | No |
pharlocation | String | Location of the phpDocumentor PHAR package. | n/a | No |
<phpdoc2 title="API Documentation"
destdir="apidocs"
template="responsive-twig">
<fileset dir="./classes">
<include name="**/*.php" />
</fileset>
</phpdoc2>
fileset - Files that should be included for parsing