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

