Skip to content

Commit

Permalink
add version to javadoc title and heading
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-schmidt committed Oct 8, 2019
1 parent 8768e50 commit 5ab2b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ tasks.withType(com.github.spotbugs.SpotBugsTask) {

javadoc {
options {
windowTitle = "am (asset manager) API documentation"
docTitle = '<a target="_top" href="https://github.com/marco-schmidt/am">am: asset manager</a>'
windowTitle = "am ${project.version} (asset manager) API documentation"
docTitle = '<a target="_top" href="https://github.com/marco-schmidt/am">am ' + project.version + ': asset manager</a>'
}
}

Expand Down

0 comments on commit 5ab2b8a

Please sign in to comment.