-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b24
Several new command line options were added to `javadoc` with the JDK 17 release, however the javadoc tool spec page does not provide descriptions
`--since`
`--since-label`
`--legal-notices`
Descriptions provided from help output of command line tool.
Recent API:
```
--since <release>(,<release>)*
Document new and deprecated API in the specified releases
--since-label <text>
Provide text to use in the heading of the "New API" page
```
legal-notices:
```
--legal-notices 'default' | 'none' | <directory>
Control legal notices in the generated output
```
`--since`
`--since-label`
`--legal-notices`
Descriptions provided from help output of command line tool.
Recent API:
```
--since <release>(,<release>)*
Document new and deprecated API in the specified releases
--since-label <text>
Provide text to use in the heading of the "New API" page
```
legal-notices:
```
--legal-notices 'default' | 'none' | <directory>
Control legal notices in the generated output
```
- relates to
-
JDK-8274211 Test man page that options are documented
- Resolved
-
JDK-8263468 New page for "recent" new API
- Resolved