Skip to content

Commit

Permalink
Fix Javadoc title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 11, 2021
1 parent 5408d70 commit f3f8448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ fun setupJavadoc(project: Project) {
"https://docs.oracle.com/en/java/javase/17/docs/api",
"${project.rootDir}/buildSrc/resources/javadoc/java.se"
)
doclet.windowTitle = "JPX ${project.version}"
doclet.docTitle = "<h1>JPX ${project.version}</h1>"
doclet.windowTitle = "PRNGine ${project.version}"
doclet.docTitle = "<h1>PRNGine ${project.version}</h1>"
doclet.bottom = "&copy; ${Env.COPYRIGHT_YEAR} Franz Wilhelmst&ouml;tter &nbsp;<i>(${Env.BUILD_DATE})</i>"
doclet.stylesheetFile = project.file("${project.rootDir}/buildSrc/resources/javadoc/stylesheet.css")

Expand Down

0 comments on commit f3f8448

Please sign in to comment.