Description
Currently the external links explaining javadoc features or options from the site at https://github.com/apache/maven-javadoc-plugin still point to https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html.
Instead one should leverage the new documentation at
- https://docs.oracle.com/en/java/javase/17/docs/specs/javadoc/doc-comment-spec.html (for the standard doclet) and
- https://docs.oracle.com/en/java/javase/17/javadoc/javadoc.html (for the options of the javadoc tool)
The new documentation provides a better overview of javadoc and also describes the additions added since Java 7.
Attachments
Issue Links
- is related to
-
MCOMPILER-570 Javadoc: Add link to javac references from JDK17
- Closed
- links to