JDK-4220213 : display custom tags like @return instead of ignoring them
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_98
  • CPU: x86
  • Submitted: 1999-03-14
  • Updated: 2014-05-05
  • Resolved: 1999-09-22
Related Reports
Duplicate :  
Description

Name: vi73552			Date: 03/14/99


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) 
======================================================================

Comments
WORK AROUND Name: vi73552 Date: 03/14/99 <br><strong>precondition :</strong><br> ======================================================================
11-06-2004

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. atul.dambalkar@eng 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. doug.kramer@Eng 1999-09-21
21-09-1999