Skip to content

Commit

Permalink
Fix addStylesheets Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio authored and slawekjaranowski committed Jan 13, 2024
1 parent 2024bbe commit 1588eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
* Example:
* <pre>
* &lt;addStylesheets&gt;
* &lt;resources/addstylesheet.css&lt;/addStylesheet&gt;
* &lt;addStylesheet&gt;resources/addstylesheet.css&lt;/addStylesheet&gt;
* &lt;/addStylesheets&gt;
* </pre>
* @since 3.3.0
Expand Down

0 comments on commit 1588eae

Please sign in to comment.