mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 )
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* @param ppp see {@link <error>#Test</error>}
|
||||
* @param ppp see {@link #<error>Test</error>}
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user