javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 )

This commit is contained in:
anna
2010-05-04 13:16:52 +04:00
parent ead8b3002a
commit 8b9c2074f0
8 changed files with 12 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ public class SeeConstants {
public static final String UUU="";
/**
* @see <error>SeeConstants.III</error>
* @see SeeConstants.<error>III</error>
* @see SeeConstants#UUU
* @param args blah-blah
*/