+1

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Akbar Zamir
> Sent: Wednesday, November 28, 2001 10:12 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-features] JavaDoc generation
> 
> 
> +1
> 
> > +1 to that!
> >
> > Thomas Singer wrote:
> >
> > > Yes, this sounds useful.
> > >
> > > I can imagine following behaviour. You have a method
> > >
> > >   public boolean containsName(String name)
> > >   {
> > >   }
> > >
> > > If you start typing the /** before the method and hit 
> <Enter>, IDEA
> could
> > > complete it to:
> > >
> > >   /**
> > >    * |
> > >    * @param name
> > >    * @return
> > >    */
> > >   public boolean containsName(String name)
> > >   {
> > >   }
> > >
> > > For the future:
> > > If you rename the parameter "name" to "foo", than the 
> @param should be
> > > adjusted, too. I even believe, that this need not to 
> become an option.
> It
> > > makes sense, to always rename the @param entry.
> 
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features
> 

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to