C.7 DocBloxTask

This task is now deprecated in favor of the Section C.53, “PhpDocumentor2Task”.

This task runs DocBlox, a PHP 5.3-compatible API documentation tool.

Table C.7: Attributes

NameTypeDescriptionDefaultRequired
titleStringTitle of the project.n/aNo
destdirStringDestination directory for output files.n/aYes
quietBooleanSuppress DocBlox chatter.trueNo

C.7.1 Example

<docblox title="API Documentation"
  destdir="apidocs">
   <fileset dir="./classes">
      <include name="**/*.php" />
   </fileset>
</docblox>

C.7.2 Supported Nested Tags

  • fileset - Files that should be included for parsing