-
Sub-task
-
Resolution: Fixed
-
P3
-
13
-
b15
The javadoc Standard Doclet has been moving away from the use of frames to navigate around the documentation to the use of javadoc Search.
In recent releases, we have been through a sequence of steps:
1. Frames, no Search (up to JDK 8)
2. Frames generated, but not displayed by default
3. Frames not generated by default
In addition, we have taken steps to ensure that all navigation that could be done with frames can be done some other way, such as using Javadoc Search (assuming JavaScript is enabled) or via the index pages (when JavaScript is disabled.)
Now, the final step is to remove all support for frames in the generated documentation.
This will also mean removing the `--frames` option. The `--no-frames` option will be retained, but will effectively become a no-op.
In recent releases, we have been through a sequence of steps:
1. Frames, no Search (up to JDK 8)
2. Frames generated, but not displayed by default
3. Frames not generated by default
In addition, we have taken steps to ensure that all navigation that could be done with frames can be done some other way, such as using Javadoc Search (assuming JavaScript is enabled) or via the index pages (when JavaScript is disabled.)
Now, the final step is to remove all support for frames in the generated documentation.
This will also mean removing the `--frames` option. The `--no-frames` option will be retained, but will effectively become a no-op.
- blocks
-
JDK-8215608 Remove old javadoc features
-
- Resolved
-
- csr for
-
JDK-8215603 Remove support for generating frames
-
- Closed
-
- relates to
-
JDK-8217013 javadoc generates references to missing file overview-frame.html
-
- Resolved
-
-
JDK-8268771 javadoc -notimestamp option does not work on index.html
-
- Resolved
-