JDK-8067826 : Refine check for generated HTML output
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-12-17
  • Updated: 2014-12-27
  • Resolved: 2014-12-27
Description
2 new options -html5 and -html4 were added in Phase 1 to specify the generated HTML output. Refine the check in the code by implementing a method in ConfigurationImpl which checks if the generated output is HTML5 or not. This will simplify checks in classes where the generated markrup is dependent on which output type is set.
Comments
A new method needs to be added in ConfigurationImpl and all the classes where this check is needed should be updated.
17-12-2014