mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
restore javadoc references for non-phisical methods, e.g. enum#valueOf
IDEA-187289 looks like there is no fields which can be generated, so only methods are checked through processDeclarations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @see Foo#valueOf(String)
|
||||
*/
|
||||
public enum Foo {
|
||||
|
||||
A, B, C
|
||||
}
|
||||
Reference in New Issue
Block a user