Konrad Windszus created MJAVADOC-729: ----------------------------------------
Summary: Link to Javadoc references from Java 17 Key: MJAVADOC-729 URL: https://issues.apache.org/jira/browse/MJAVADOC-729 Project: Maven Javadoc Plugin Issue Type: Improvement Components: javadoc Affects Versions: 3.4.1 Reporter: Konrad Windszus 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|https://github.com/apache/maven-javadoc-plugin/search?q=https%3A%2F%2Fdocs.oracle.com%2Fjavase%2F7%2Fdocs%2Ftechnotes%2Ftools%2Fwindows%2Fjavadoc.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. -- This message was sent by Atlassian Jira (v8.20.10#820010)