javadoc signature: short name for nested classes fixed

This commit is contained in:
anna
2010-04-22 16:57:01 +04:00
parent e82558cb47
commit eef8f4fb25
3 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
class CSS {
static class IO{}
}
class TD {
void calculateSmth(CSS.IO io){}
}
/**
* @see TD#calculateSmth(CSS.IO)
*/
class Test {
}