> > I don't think that there's much information in a java doc like this: > > /** Getter for the XXX property > * @return the XXX property > */ > > Generally I don't think that the tool should generate the java doc. > The intent of the documentation should be to tell you > something more than what you see from the method name, method > signature, etc.
Perhaps, but many of us have corporate coding standards we are expected to follow, and those standards frequently require javadoc for all methods. Providing a user-configurable template (perhaps with an option to NOT generate Javadoc) would allow me to completely avoid the tedium of creating these javadocs that I must create anyway. It's really no different than the option provided to define class and/or interface templates... - Tim _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
