JDK-4510979 : stddoclet: Add -linksourcetab option to convert each tab to n spaces
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2001-10-04
  • Updated: 2014-05-05
  • Resolved: 2002-10-25
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.2 mantisFixed
Description
In Beta 2 we added the -linksource option, which creates HTML versions of 
each source file, converting tab characters to 8 spaces, and provides links 
to those files.

Provisions must be made to allow any number of spaces.  We propose -linksourcetab, which takes an integer argument specifying the number of spaces to convert to a tab.  For example:

  -linksourcetab 4

This performs the same function as -linksource but with 4 spaces per tab.
(In other words, you do not need to supply both -linksource and -linksourcetab.)

Related to 4489854: Rename -src to -linksource

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b05 mantis-b08
14-06-2004

EVALUATION This option has been implemented. ###@###.### 2002-08-16
16-08-2002

PUBLIC COMMENTS This option has been implemented and works as documented. It is experimental and is subject to change. ###@###.### 2002-08-16
16-08-2002