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

[322 byte] By [Sarka] at [2007-9-26 4:44:59]
# 1
References to other classes will be links only if the class is in the one of the packages you generate the javadoc in, or if you use the -link option to link your javadoc to other javadocs.
schapel at 2007-6-29 18:33:23 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...