We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871e187 commit 2e3f738Copy full SHA for 2e3f738
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -578,8 +578,8 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
578
private Properties javaApiLinks;
579
580
/**
581
- * Flag controlling content validation of <code>package-list</code> resources. If set, the content of
582
- * <code>package-list</code> resources will be validated.
+ * Flag controlling content validation of <code>package-list</code>/<code>element-list</code> resources.
+ * If set, the content of <code>package-list</code>/<code>element-list</code> resources will be validated.
583
*
584
* @since 2.8
585
*/
0 commit comments