no argument hyperlinks on individual files
When I javadoc a combination of packages and selected classes in other
packages, as in
javadoc ... com.whoever.package1
com.whoever.package2.SomeClass.java
com.whoever.package2.AnotherClass.java
method arguments in package1 that are of classes also in package1
are rendered as hyperlinks, but arguments in package2.SomeClass.java
that are of type com.whoever.package2.AnotherClass aren't rendered
as hyperlinks. Is there a way to have these rendered as hyperlinks?

