We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
根据维基百科它已经死了。
PhpDoc 标签标准的规范曾经是 PhpDocumentor 文档中列出的内容。但就像我说的,它已经死了。由于 DocBlox 似乎填补了 PhpDocumentor 留下的空白,我建议使用 DocBlox 文档 作为您如何进行 PhpDoc 评论的基础。
我希望 Netbeans 7.1 能够引入 DocBlox 支持,因为它好多了。它支持 PHP 5.3,并且得到积极维护。
According to Wikipedia it's dead.
The specifications for the standard for PhpDoc tags used to be what was listed in the documentation for PhpDocumentor. But like I said, it's dead. As DocBlox seems to be filling the void that PhpDocumentor left, I'd advise using the DocBlox documentation as the basis for how you do your PhpDoc comments.
I'm hoping Netbeans 7.1 will introduce DocBlox support because it's so much better. It's PHP 5.3 aware and it's actively maintained.
这个问题已经有点老了,但为了提供信息,我应该补充一下 DocBlox 已与 PhpDocumentor 合并。
=> http://www. docblox-project.org/2012/03/docblox-is-unmasked-it-is-really-phpdocumentor-2/
PHPDoc 又回到了行动。 =)
This question is already a bit old, but for the sake of information, I should add that DocBlox was merged with PhpDocumentor.
=> http://www.docblox-project.org/2012/03/docblox-is-unmasked-it-is-really-phpdocumentor-2/
PHPDoc is back to the action. =)
自 2013 年 8 月起,PHP 框架互操作性小组开始为 PHPDoc 编写正式规范 (PSR) 。 PHPDoc 的拟议标准,当前草案 PSR5: https://github .com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc.md
当前草案更新了规范以解决 PHP 5.3+ 以及已发生的其他更改。我相信这个 php 注释标准将被多个文档生成器采用。
As of Aug. 2013 the the PHP Framework Interoperability Group began began writing a formal specification (PSR) for PHPDoc. The proposed standard for PHPDoc, current draft PSR5: https://github.com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc.md
The current draft updates the specification to address PHP 5.3+, as well as other changes which have occurred. I believe the expectation is this standard for php comments will be adopted accross multiple doc generators.