This task is now deprecated in favor of the Section C.52, “DocBloxTask”.
This task runs DocBlox, a PHP 5.3-compatible API documentation tool.
Table C.7: 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 |
quiet | Boolean | Suppress DocBlox chatter. | true | No |
<docblox title="API Documentation" destdir="apidocs"> <fileset dir="./classes"> <include name="**/*.php" /> </fileset> </docblox>