|
Bug ID:
|
4220213
|
|
Votes
|
0
|
|
Synopsis
|
display custom tags like @return instead of ignoring them
|
|
Category
|
doclet:tbd
|
|
Reported Against
|
1.2
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4039014,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4039014
|
|
Submit Date
|
14-MAR-1999
|
|
Description
|
package buggy;
public class X{
/**
* the custom tag is ignored
* @return this tag is working
* @precondition this one is not displayed in the doc
*/
public String Test() {
return "test";
}
}
(Review ID: 55448)
======================================================================
|
|
Work Around
|
<br><strong>precondition :</strong><br>
======================================================================
|
|
Evaluation
|
Standard doclet will display only the standard Javadoc tags. We need to discuss if we really want to print all the user defined tags. Or otherwise user can write his own doclet to do this.
xxxxx@xxxxx 1999-03-16
This request conflicts with request 4039014 to flag misspelled tags
(such as @sea) as errors. I am closing out this request and have copied
this request into 4039014.
xxxxx@xxxxx 1999-09-21
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|