JDK-4429628 : stddoclet: Add plain text version of {@link}, such as {@linkplain}
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2001-03-23
  • Updated: 2014-05-05
  • Resolved: 2001-07-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.0 beta2Fixed
Description
The {@link ref label} tag generates an HTML href anchor with a CODE label:

   <a href="ref"><CODE>label</CODE></a>

This is useful, because most of the time, the label is an API name.
We'd like the equivalent but without code:

   {@linkplain ref label} 

would generate:

   <a href="ref">label</a>

If the label is missing:

   <@linkplain ref}

then it would simply print the reference without <CODE>.
Some people might prefer that use (particularly in headings, where
code can look odd).

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta2 FIXED IN: merlin-beta2 INTEGRATED IN: merlin-beta2 VERIFIED IN: merlin-rc1
14-06-2004

EVALUATION Will investigate and fix for 1.4 beta. jamie.ho@Eng 2001-05-14 This new tag has been added. location of changes: Comment.java (in javadoc tool) HtmlStandardWriter.java jamie.ho@Eng 2001-06-07 This bug is verified, but the underlining of the plain-link test, as shown in http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/javadoc.html
07-06-2001

PUBLIC COMMENTS This new inline tag has been added to the standard doclet. jamie.ho@Eng 2001-06-07
07-06-2001