[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Insert javadoc comments ...

Hi,

I want to insert javadoc comments half-automatic in my code ... by selecting a function and let add the javadoc body for it automatic.

If I use Source->Add Comment  Eclipse creates not realy javadoc:

/* (non-Javadoc)
* @see org.eclipse.swt.widgets.Layout#computeSize(org.eclipse.swt.widgets.Composite, int, int, boolean)
*/


I want an automatic list of used parameters i.e. or a field @return ...

How can I customize these javadoc comments? And I read very often "Source->Add Javadoc Comment" is the solution. But my Eclipse 3.1 doesn't have this menu entry :-(

Many Thanks