IDEA-100367 package-info.java should specify the full package names for @link

This commit is contained in:
peter
2013-02-07 19:35:46 +01:00
parent 01a737ef9a
commit 44917ca45f
4 changed files with 29 additions and 0 deletions
@@ -0,0 +1,8 @@
/**
* @see XHell<caret>
*/
package foo.bar;
class XHello {
}
@@ -0,0 +1,8 @@
/**
* @see foo.bar.XHello<caret>
*/
package foo.bar;
class XHello {
}