I am using the java program JelDoclet to create an XML of a java file called MyInterClass.java. While it works for the most part, I cannot get it to properly recognize a URL without it thinking that it's a normal comment. My intent is that once the .XML is created I can go inside of it and double click on the link. I tried doing this with the JavaDoc tag @see but it seems to ignore it every time. Is there another kind of tag that I can use?
No comments:
Post a Comment