[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Insert javadoc comments ...
|
- From: Konrad Mühler <konrad@xxxxxxxxx>
- Date: Fri, 21 Oct 2005 13:09:43 +0200
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
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