Skip to content

Commit

Permalink
Merge pull request #133 from maximilian-glumann/issue68-javadoc-show-…
Browse files Browse the repository at this point in the history
…private

Show private members in Javadoc
  • Loading branch information
pmbittner authored Feb 22, 2024
2 parents 9a58402 + 78f6560 commit 100a08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<configuration>
<reportOutputDirectory>docs</reportOutputDirectory>
<destDir>javadoc</destDir>
<show>private</show>
<quiet>true</quiet>
</configuration>
</plugin>
Expand Down

0 comments on commit 100a08e

Please sign in to comment.