Javadoc in JDK 1.4 adds a number of new tags.  Will there be support for 
these tags in IDEA?

{@linkplain ...} creates a link that is shown in plain text, not in the 
monospaced code font.

{@inheritdoc} inherits documentation from the parent.

{@value FOO} expands to the value of a static final constant.

I can just add them to the list of javadoc tags manually, but then I 
don't get any code completion in @linkplain or @value and the quick 
Javadoc feature doesn't understand the tags.

(http://java.sun.com/j2se/1.4/docs/tooldocs/javadoc/whatsnew-1.4.html)

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

Reply via email to