This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1588eaed Fix `addStylesheets` Javadoc
1588eaed is described below
commit 1588eaed84d5c310fb695357f424ddc0cfebe58e
Author: Stefano Cordio <[email protected]>
AuthorDate: Sat Jan 6 11:53:00 2024 +0100
Fix `addStylesheets` Javadoc
---
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
index 10127379..f951e129 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -1314,7 +1314,7 @@ public abstract class AbstractJavadocMojo extends
AbstractMojo {
* Example:
* <pre>
* <addStylesheets>
- * <resources/addstylesheet.css</addStylesheet>
+ *
<addStylesheet>resources/addstylesheet.css</addStylesheet>
* </addStylesheets>
* </pre>
* @since 3.3.0