mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 )
This commit is contained in:
@@ -2,7 +2,7 @@ class Test {
|
||||
|
||||
public void i(int ppp) {}
|
||||
/**
|
||||
* {@link <error>#foo(int)</error>}
|
||||
* {@link #<error>foo(int)</error>}
|
||||
* {@link #foo()}
|
||||
* {@link #i(int)}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user