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 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(9)
我也要去doxygen。
这里有几个原因:
仍然是免费的、多平台的和开源的:-)
它很容易学习,但比 phpdoc 更难,因为它更丰富。
I´ll go for doxygen too.
Here are several reasons :
And still free, multiplatform, and open source :-)
It´s easy to learn, but harder that phpdoc because a lot richer.
你可以试试DocBlox;它旨在成为 phpDocumentor 的替代品,但支持其他功能,其中完整的 PHP 5.3 支持就是其中之一。另一个好处是它速度相当快并且使用相对较少的内存。
您可以在 http://www.docblox-project.org 上阅读更多信息,或在 http://demo.docblox-project.org/default
You could try DocBlox; which is intended to be an alternative for phpDocumentor but with support for additional features of which full PHP 5.3 support is one. An additional benefit is that is it quite fast and uses relatively little memory.
You can read more on http://www.docblox-project.org or see a demo at http://demo.docblox-project.org/default
除了 phpDocumentor 之外的另一个选项是 Doxygen 文档,其中包含 PHP 支持。
Another option other than phpDocumentor is Doxygen documentation with PHP support.
Doxygen (www.doxygen.org)。
Doxygen (www.doxygen.org).
ApiGen
http://apigen.org/
ApiGen 支持 PHP 5.3 命名空间、包、文档之间的链接、交叉引用PHP 标准类和一般文档、创建突出显示的源代码以及对 PHP 5.4 特性的实验性支持。
DocBlox
http://www.docblox-project.org/
针对项目的 PHP 5.3 兼容 API 文档生成器各种规模和持续集成。
能够完全解析和转换Zend Framework 2
ApiGen
http://apigen.org/
ApiGen has support for PHP 5.3 namespaces, packages, linking between documentation, cross referencing to PHP standard classes and general documentation, creation of highlighted source code and experimental support for PHP 5.4 traits.
DocBlox
http://www.docblox-project.org/
PHP 5.3 compatible API Documentation generator aimed at projects of all sizes and Continuous Integration.
able to fully parse and transform Zend Framework 2
我没有在 PHP 中使用过它,但 doxygen 声称支持该语言。
I've not used it with PHP, but doxygen claims to support the language.
我也在使用 Doxygen - 你很快就会习惯各种关键字 - 它们是不言自明的。 ;)
RubyDoc 也很好,我特别喜欢它们的 rdocs 布局。
I am using Doxygen too - you get used to the various keywords really fast - they are kind of self-explaining. ;)
RubyDoc is nice too, I espcially like they layout of the rdocs.
Doctrine 使用 PHPDoctor,在我的测试中它似乎与 5.3 配合得很好。
http://peej.github.com/phpdoctor/#download
Doctrine uses PHPDoctor, which appears to work well with 5.3 in my tests.
http://peej.github.com/phpdoctor/#download
如果您需要记录 PHP 5.3+ 的代码,例如。如果它使用命名空间,Ted Kulp 的 PHPDoctor 分支 可能就是您的答案。
If you need to document code for PHP 5.3+, eg. if it uses namespaces Ted Kulp's fork of PHPDoctor might be your answer.