开发者

adding phpdoc to new files [duplicate]

开发者 https://www.devze.com 2023-02-21 14:11 出处:网络
This question already has answers here: A tool to add and complete PHP source code documentation [closed]
This question already has answers here: A tool to add and complete PHP source code documentation [closed] (9 an开发者_如何学Pythonswers) Closed 9 years ago.

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


Try PHP_DocBlockGenerator from PEAR -- http://pear.php.net/package/PHP_DocBlockGenerator

0

精彩评论

暂无评论...
验证码 换一张
取 消