Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.7
Description
If my groovydoc link is
{@link MyClass}instead of
{@link com.pack.MyClass}, the link is generated with <code> tags instead of an html link, even if the class with the link is also in com.pack.
The javadoc spec allows a link to omit the full package name when the class being linked to is in the same package.