API documentation should produce identifying information at the top of each HTML page. Our current javadoc output all looks the same, and it's easy for a user to consult the API doc pages for the wrong version and not be aware of it.
For example:
-title "Java(tm) Platform API 1.1.1"
as an option to javadoc could place the argument (a string of HTML text) as the major title of the packages.html file as well as the subtitle on other generated pages.
For example:
-title "Java(tm) Platform API 1.1.1"
as an option to javadoc could place the argument (a string of HTML text) as the major title of the packages.html file as well as the subtitle on other generated pages.
- relates to
-
JDK-4034280 Allow package-level comments in topmost packages.html file
- Closed
-
JDK-4034752 javadoc: allow user-specified footers on all generated pages
- Closed