Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » javadoc in Eclipse
javadoc in Eclipse [message #168711] Wed, 10 December 2003 10:41 Go to next message
Eclipse UserFriend
Originally posted by: cyr.vidal.wanadoo.fr

Hi,

I know how Eclipse may generate very easy Javadoc API from a project.
That's not a difficult task. Just project->Generate code.

But i would know about the preceding step: the generation of Javadoc
comments in the same time we write code.
I have been in window -> preference -> comments
and for methods, just check that's there was
/**
* ${tags}
*/

and automatically add comment for news method and type is also checked.

Unfortunately, when I add a new method in my editor, nothing happens!
How i can do so that these comments defined in preference appear?

Thanks a lot for your response,
Regards,
Cyril.
Re: javadoc in Eclipse [message #168727 is a reply to message #168711] Wed, 10 December 2003 10:48 Go to previous messageGo to next message
Eclipse UserFriend
cyril wrote:
> Hi,
>
> I know how Eclipse may generate very easy Javadoc API from a project.
> That's not a difficult task. Just project->Generate code.
>
> But i would know about the preceding step: the generation of Javadoc
> comments in the same time we write code.
> I have been in window -> preference -> comments
> and for methods, just check that's there was
> /**
> * ${tags}
> */
>
> and automatically add comment for news method and type is also checked.
>
> Unfortunately, when I add a new method in my editor, nothing happens!
> How i can do so that these comments defined in preference appear?

Use Source->Add Javadoc

-t
Re: javadoc in Eclipse [message #168734 is a reply to message #168727] Wed, 10 December 2003 10:57 Go to previous message
Eclipse UserFriend
Originally posted by: cyr.vidal.wanadoo.fr

Tom Eicher wrote:

> cyril wrote:
> > Hi,
> >
> > I know how Eclipse may generate very easy Javadoc API from a project.
> > That's not a difficult task. Just project->Generate code.
> >
> > But i would know about the preceding step: the generation of Javadoc
> > comments in the same time we write code.
> > I have been in window -> preference -> comments
> > and for methods, just check that's there was
> > /**
> > * ${tags}
> > */
> >
> > and automatically add comment for news method and type is also checked.
> >
> > Unfortunately, when I add a new method in my editor, nothing happens!
> > How i can do so that these comments defined in preference appear?

> Use Source->Add Javadoc

> -t

Thanks!
Previous Topic:rich client platform bundles
Next Topic:unwanted (?) WAR-file inside a WAR-File (Newbie)
Goto Forum:
  


Current Time: Thu Nov 06 01:03:37 EST 2025

Powered by FUDForum. Page generated in 0.03808 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top