Title: RE: [Eap-list] Javadoc: @version

As, Mike Aizatsky said, you can only use @author in class/interface javadoc, not at the method level. But, I'm not sure what you're implying in your email.... so, just to clarify:

You can use as many @author tags as you wish within the class/interface javadoc. Multiple @author entries will be concatenated with a comma and space.

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#@author

If you were just implying that Idea should mark @author tags in method javadoc as invalid, sorry!

Ian.

-----Original Message-----
From: Tom� Langer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 8:02 AM
To: EAP (E-mail)
Subject: RE: [Eap-list] Javadoc: @version


Hi,
        this problem is also valid for @author tag in methods.
I think that we should be able to specify any tags in any part of javadoc.
Could it be configurable? E.g. additional tags to allow in
field/method/class, or exclude these tags from field/method/class (followed
by a list of tag names).

I do not want to disable the javadoc error control, but I want to have more
information in methods...(like author of the method)


Thanx, Tomas Langer

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

Reply via email to