How to open link contained in Javadoc by Eclipse?

1

How can I open a file in Eclipse from a link contained in a Javadoc excerpt? In case this file would be an XML.

    
asked by anonymous 05.05.2014 / 23:29

1 answer

1

You can link to any URL with the {@link URL} tag. See the documentation .

So just put the file on any server and put the URL. Probably can not do with class or project.

    
06.05.2014 / 14:27