Bug 72192 - [Javadoc View] should link targets of @link and @see tags
Summary: [Javadoc View] should link targets of @link and @see tags
Status: RESOLVED DUPLICATE of bug 54968
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 13:53 EDT by Kariem Hussein CLA
Modified: 2004-08-20 09:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kariem Hussein CLA 2004-08-18 13:53:21 EDT
If the javadoc contains references to other members or classes, it would be very
nice to be able to follow the links. This is especially useful if you look at
both, the code and its documentation.

They could be rendered as standard HTML links, and if you follow the link, the
appropriate member or type is opened in the editor.

Tags that refer to other members or classes:

  @link
  @linkplain
  @see

I think links to thrown exceptions (@throws, @exception) or parameter types are
not necessary.

What do you think of that?
Comment 1 Dani Megert CLA 2004-08-20 09:13:54 EDT
Works for classes but not for members (): press Ctrl+ and hover over the type.
The problem with members is coverd by bug 54968. 

*** This bug has been marked as a duplicate of 54968 ***