本文介绍了比PHPDoc好吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有人使用其他东西来记录他们的 PHP
代码,而不是 PHPDoc?
是否有任何工具读取相同的文档语法,但是输出更丰富。
解决方案
我也去doxygen。
$ b
这里有几个原因:
- 与phpdoc标签和其他流行的标签兼容:它是可互操作的
- 使用各种编程语言:更好的时间投入
- 有其他语法:可以选择适合您的评论风格
- 使用高级格式化/标记/元数据非常有效
- 有一个没有链接到任何IDE和eclipse插件的GUI
还有空闲,多平台和开源: - )
很容易学习,但是更难phpdoc因为更丰富。
Does anybody use anything else to document their PHP
code than PHPDoc?
Are there any tools that read the same documentation syntax but give richer output?
解决方案
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.
这篇关于比PHPDoc好吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!