How to add an URI link to an external webiste/document

Hi ya'll,

I use JDK 1.3.1_04 and tried this:

@see <a href="http://www.imc.org/pdi/vcard-21.txt">VCard 2.1</a> for more information regarding vCard v2.1.

but it generates a warning when I run "ant javadoc", something about missing the last ">" which I find strange. I've tried several other ways with @see but I still get different warnings. Perhaps this is not how the @see-tag is supposed to be used? If it is, how can I make it do what I obviously :-) want it to do?

Thanks in advance!

regards,

martin

[563 byte] By [d93mn] at [2007-9-27 19:40:51]
# 1

easy peasy... use {} around the text below... don't know why I always (ok, not always) find out for myself just after I've asked the question... :-)

> @see <a

> href="http://www.imc.org/pdi/vcard-21.txt">VCard

> 2.1</a> for more information regarding vCard v2.1.

regards,

martin

d93mn at 2007-7-6 22:56:01 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...