|
Quick Lists
|
|
Bug ID:
|
4429628
|
|
Votes
|
0
|
|
Synopsis
|
stddoclet: Add plain text version of {@link}, such as {@linkplain}
|
|
Category
|
doclet:tbd
|
|
Reported Against
|
1.3
|
|
Release Fixed
|
1.4(merlin-beta2)
|
|
State
|
10-Fix Delivered,
Verified,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
23-MAR-2001
|
|
Description
|
This new inline tag has been added to the standard doclet.
xxxxx@xxxxx 2001-06-07The {@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).
|
|
Work Around
|
N/A
|
|
Evaluation
|
Will investigate and fix for 1.4 beta.
xxxxx@xxxxx 2001-05-14
This new tag has been added.
location of changes:
Comment.java (in javadoc tool)
HtmlStandardWriter.java
xxxxx@xxxxx 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
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |