Skip to content

Commit

Permalink
Fix usage documentation mentioning nohelp default value
Browse files Browse the repository at this point in the history
  • Loading branch information
indyteo authored Jun 7, 2024
1 parent 76f45dd commit 6488c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mvn javadoc:test-aggregate-jar

[<<<mvn site>>>] It will generate the Javadoc for public members (defined in \<reporting/\>) using the given
stylesheet (defined in \<reporting/\>), and with a help page (default value for
{{{./javadoc-mojo.html#nohelp}nohelp}} is true).
{{{./javadoc-mojo.html#nohelp}nohelp}} is false).

[<<<mvn javadoc:javadoc>>>] It will generate the Javadoc for private members (defined in \<build/\>) using the
stylesheet (defined in \<reporting/\>), and with no help page (defined in \<build/\>).
Expand Down

0 comments on commit 6488c79

Please sign in to comment.