mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 06:21:25 +07:00
javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 )
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user