mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +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,7 +1,7 @@
|
||||
public class Test {
|
||||
/**
|
||||
* @see Test#test(String, int...)
|
||||
* @see <error>Test#test(String, long...)</error>
|
||||
* @see Test#<error>test(String, long...)</error>
|
||||
**/
|
||||
void foo() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user