0

im looking for a way to add some docblocks to a new .php file, so i can have it add the description, package name, author , etc to a new file.

i have been searching for a couple days and I dont see any results on how to add just to 1 .php file, maybe a console command or another utility?

Some sort of generator

4

1 回答 1

2

尝试 PEAR 中的 PHP_DocBlockGenerator -- http://pear.php.net/package/PHP_DocBlockGenerator

于 2011-04-05T17:32:01.400 回答