mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
javadoc signature: short name for nested classes fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class CSS {
|
||||
static class IO{}
|
||||
}
|
||||
|
||||
class TD {
|
||||
void calculateSmth(CSS.IO io){}
|
||||
}
|
||||
|
||||
/**
|
||||
* @see TD#calculateSmth(CSS.IO)
|
||||
*/
|
||||
class Test {
|
||||
}
|
||||
Reference in New Issue
Block a user