[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: adding javadoc statements in eclipse 3.1

Move your caret before the start of the method. Enter "/**" and press Enter.
Javadoc will be inserted.

-- 
Chris Laffra, http://eclipsefaq.org


"Duncan Krebs" <duncan@xxxxxxxxxxxx> wrote in message
news:cvo2uj$i44$1@xxxxxxxxxxxxxxxxxx
> Hi,
> I recently upgraded from eclipse 3.0 to 3.1 and noticed that the option to
> add a java doc statement is no longer available in the source context menu
> in the java editor. Does anyone know how I can get it back on there? Must
> document code :)
>
>