I know that I can create Javadoc like this... But why should I have to? Since IDEA is generating the method for me, why not have it create the Javadoc, using a template I have specified, automatically. It seems like a simple enhancement that would be greatly beneficial for those of us who work in environments where coding standards dictate that Javadoc must be created for all methods according to certain rules that the corporation has agreed to.
- Tim ----- Original Message ----- From: "Carlos Costa e Silva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 11:59 PM Subject: RE: [Eap-list] Generating javadoc with automatically generated methods > > If you really are going to write the javadoc, after generating the > constructor/getter/setter/... write: > > /** > > and press enter: the javadoc stub is created. > > If you aren't going to really write the javadoc, there's no need to > have trash in the code :) > > Carlos > > > -- > Carlos Costa e Silva <[EMAIL PROTECTED]> > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
