How can i generate doc blocks for comments in a php file?
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.