On Wed, 2001-10-24 at 02:39, Tal Dayan wrote:
>
> When creating a method with the Override Methods command, if the Copy
> Javadoc option
> disabled, I suggest to add to the new method a small javadoc comment with a
> short summary
> like:
>
> /**
> * Overriding method toString()
> */
> public String toString()
> {
> return 'xyz';
> }
If there is no javadoc comment at all, the javadoc command will copy the
comment from the parent into the HTML output. If IDEA is changed as you
suggest, then this feature wouldn't work as intended... I guess an
ordinary /* */ comment would not be a problem, though.
(Why don't you want a copy of the real javadoc?)
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features