Skip to content

Commit

Permalink
#2: fixed JavaDoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Nov 25, 2019
1 parent c536f08 commit 3b0b376
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 @@ -107,6 +107,7 @@
<docfilessubdirs>true</docfilessubdirs>
<stylesheetfile>${user.dir}/src/main/javadoc/stylesheet.css</stylesheetfile>
<doclint>none</doclint>
<source>${java.version}</source>
<doctitle>JavaDocs for ${project.name} ${project.version}</doctitle>
<windowtitle>JavaDocs for ${project.name} ${project.version}</windowtitle>
</configuration>
Expand Down

0 comments on commit 3b0b376

Please sign in to comment.