还有比 PHPDoc 更好的吗?

发布于 2024-07-04 17:27:51 字数 1560 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

半窗疏影 2024-07-11 17:27:52

我也在使用 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.

执笏见 2024-07-11 17:27:52

我没有在 PHP 中使用过它,但 doxygen 声称支持该语言。

I've not used it with PHP, but doxygen claims to support the language.

纵山崖 2024-07-11 17:27:52

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

情栀口红 2024-07-11 17:27:52

如果您需要记录 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.

脱离于你 2024-07-11 17:27:52

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

離人涙 2024-07-11 17:27:51

我也要去doxygen。

这里有几个原因:

  • 与 phpdoc 标签和其他流行标签兼容:它可
  • 与各种编程语言互操作:更好的时间投资
  • 有替代语法:可以选择适合您的注释风格,
  • 非常有效地使用高级格式/标记/元数据
  • 有一个没有链接到任何 IDE 的 GUI,也有一个 Eclipse 插件,而且

仍然是免费的、多平台的和开源的:-)

它很容易学习,但比 phpdoc 更难,因为它更丰富。

I´ll go for doxygen too.

Here are several reasons :

  • compatible with phpdoc tags and other popular ones : it´s interoperable
  • works with various programming languages : a better time investment
  • there is alternative syntaxes : can choose the commenting style that suit you
  • very efficient with advanced formating / tagging / metadata
  • there is a GUI that is not linked to any IDE and an eclipse plugin as well

And still free, multiplatform, and open source :-)

It´s easy to learn, but harder that phpdoc because a lot richer.

通知家属抬走 2024-07-11 17:27:51

除了 phpDocumentor 之外的另一个选项是 Doxygen 文档,其中包含 PHP 支持。

Another option other than phpDocumentor is Doxygen documentation with PHP support.

冬天旳寂寞 2024-07-11 17:27:51

你可以试试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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文