References to another classes
I want to do a reference to another class by @see MyClass. But if I use full name (e.g. cz.abc.something.MyClass), in generated java documentation, there is no reference, just a text. If I use a name only (MyClass) there is no reference as well. What are the rules for creating these references?
Thanks

