[ofbiz-framework] branch release17.12 updated: Improved: Add a title to Javadoc overview (OFBIZ-11950)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release17.12 updated: Improved: Add a title to Javadoc overview (OFBIZ-11950)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new b9b22a5  Improved: Add a title to Javadoc overview (OFBIZ-11950)
b9b22a5 is described below

commit b9b22a56c71f5992ca8a06af319baf8d133b066e
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Aug 12 15:50:57 2020 +0200

    Improved: Add a title to Javadoc overview (OFBIZ-11950)
   
    We can add a global version heading using the Gradle title Javadoc option:
    https://docs.gradle.org/current/dsl/org.gradle.api.tasks.javadoc.Javadoc.html
   
    Relates to https://markmail.org/message/t3svau3udlwaa7mq
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 3878842..0d6e70c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,6 +53,7 @@ if (project.hasProperty('jvmArgs')) {
 ext.ofbizMainClass = 'org.apache.ofbiz.base.start.Start'
 
 javadoc.failOnError = true
+javadoc.title = "OFBiz R17.12 API"
 javadoc.options {
     encoding "UTF-8"
     charSet "UTF-8"