How can i generate doc blocks for comments in a php file?

link|improve this question

78% accept rate
1  
What do you mean by "generate"? – Pekka Jan 14 '11 at 23:41
4  
By pressing down the keys on your keyboard? Clarify question please. – Gordon Jan 14 '11 at 23:42
hahahah @Gordon – dqhendricks Jan 14 '11 at 23:45
2  
Hah! Possible duplicate of A tool to find and fix incomplete source code documentation Oh that was the one with the huuuuge answer from @Pascal. Brilliant stuff. – Pekka Jan 14 '11 at 23:49
1  
@Aditya Please! You can do better than that. Put up a proper question with actual words describing your situation and the problem and what you want to achieve. Give an example. Dont make us guess. – Gordon Jan 14 '11 at 23:56
show 7 more comments
feedback

1 Answer

up vote 1 down vote accepted

Netbeans IDE automatically generates them when you enter "/**" and if you are using Komodo you can use the following macro

http://community.activestate.com/forum/phpdoc-autocompletion

In the end you rely on the IDE you use to support it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.