You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Janek Bogucki <ya...@studylink.com> on 2003/06/20 03:47:57 UTC

[collections] {@link} tag for constructor with parameters?

Does anyone know how to make a {@link} work for a constructor with
parameters? I tried fixing a {@link} tag in DefaultMapBag:

 * (or invoke the {@link #DefaultMapBag(java.util.Map) Map-constructor})

but I couldn't make it work. This is the warning generated when doing '$ ant doc' on tonight's CVS version:
 
  [javadoc] javadoc: warning - org.apache.commons.collections.DefaultMapBag:
	Tag @link: can't find DefaultMapBag(java.util.Map) in org.apache.commons.collections.DefaultMapBag

I have tried RTFM but failed to see anything amiss with the tag. I get the same result with both Java 1.3 and 1.4.

-Janek

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org