💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# C.75 PhpDocumentor2Task This task runs [phpDocumentor 2](http://www.phpdoc.org/), a PHP 5.3-compatible API documentation tool. This project is the result of the merge of the phpDocumentor and DocBlox projects. Table C.102:聽Attributes NameTypeDescriptionDefaultRequired`title``String`Title of the project.n/aNo`destdir``String`Destination directory for output files.n/aYes`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/aNo C.75.1 Example ``` <phpdoc2 title="API Documentation" destdir="apidocs" template="responsive-twig"> <fileset dir="./classes"> <include name="**/*.php" /> </fileset> </phpdoc2> ``` C.75.2 Supported Nested Tags - `fileset` - Files that should be included for parsing