Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4510979
Votes 0
Synopsis stddoclet: Add -linksourcetab option to convert each tab to n spaces
Category doclet:tbd
Reported Against 1.3
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 04-OCT-2001
Description
This option has been implemented and works as documented.
It is experimental and is subject to change.
 xxxxx@xxxxx  2002-08-16
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
Work Around
N/A
Evaluation
This option has been implemented.
 xxxxx@xxxxx  2002-08-16
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang