How to autogenerate xml based function header comments (@param etc) in Eclipse. Is there an equivalent of \"///\" shortcut in Visual Studio.
You can do this by clicking ALT+Shift+J inside the method/class. | It's not XML Based though, but you can generate JavaDoc by clicking Project->Generate JavaDoc... in the menubar.
ALT+Shift+J
Project->Generate JavaDoc...