JDK-8066475 : Implement command line options to generate HTML4/HTML5 output
Type:Sub-task
Component:tools
Sub-Component:javadoc(tool)
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2014-12-02
Updated:2014-12-03
Resolved:2014-12-03
Description
Implement command line options that will provide user based selection to generate either HTML4 or HTML5 output. HTML4 should be the default output generated if no command line option for the HTML version is provided.
Comments
HtmlVersion enum will be implemented and command line processing will set the generated output to HTML4 or HTML5 based on user selection. HTML4 will be the default output generated if no command line option for the HTML version is provided.