17

PHP/phpDocumentor/Eclipse 用の netbean の Javadoc 自動コメント ツールに似たものはありますか? netbeans の実装では:

A dialog pops up and allows you to run through all the members of your class and enter comments, which are added to the source file. It even verifies that there are no parameters you have not accounted for, so you can be sure that your comments are complete.

Ideally this would be standalone software, but plugins are OK too :)

p.s. netbeans 6+ auto comment was moved/renamed. Now in "Tool->Options", Tab: "Java Code", Javadoc: "Hints"

edit: screengrab of the original Netbeans tool: alt text
(source: vsj.co.uk)

4

3 に答える 3

1

また、vim を使用している場合、Tobias Schlitt のVIP ツールセット(VIP = PHP の VIM 統合) を見ないことは、自分自身に大きな損害を与えることになります。

于 2010-05-09T11:50:15.243 に答える
0

完全に自動ではありませんが、近いです。PHPコードからphpDocsを生成する方法は次のとおりです

于 2010-03-15T14:34:05.637 に答える
0

Eclipse に自動文書化機能があるかどうかはわかりませんが、http://www.zend.com/community/pdtをチェックしてみてください。Eclipse は基本的に netbeans に似ていますが、他の多数の言語用のプラグインを入手するのは非常に簡単です。私が提供したリンクは、php部分が含まれたEclipseを提供するはずです。

于 2010-05-04T17:00:14.953 に答える