The example was pulled from the JDK source for the Byte class.  If it's valid javadoc Idea should handle it IMHO.
 
Regards,
 
 Glen
----- Original Message -----
Sent: Friday, March 01, 2002 11:20 PM
Subject: RE: [Eap-list] Bug with javadoc error highlighting

Glen,

 

In provided javadoc first <code> tags are really not needed, because javadoc tool already knows that there goes exception name. And about HTML tags in javadoc… From javadoc point “@exception <b>MyException1<p>MyException2</b> someText” is valid. Do you really think IDEA should handle such docs?

 

Best regards,

Mike Aizatsky.

------------------------------

IntelliJ Software, "Develop with pleasure!" http://www.intellij.com

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Glen Stampoutlzis
Sent: Friday, March 01, 2002 2:35 PM
To: [EMAIL PROTECTED]
Subject: [Eap-list] Bug with javadoc error highlighting

 

The following is valid javadoc but is displayed as being incorrect by idea:

 

     * @exception <code>ClassCastException</code> if the argument is not a
     *    <code>Byte</code>.

Reply via email to