[ofbiz-framework] branch trunk 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 trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit ca18275477b682789633ddb59a954620d4b4abbe
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Aug 12 15:23: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 1d85a90..9640f2d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,6 +89,7 @@ distributions.main.contents.from(rootDir) {
 }
 
 javadoc {
+    title='OFBiz trunk API'
     failOnError = true
     options {
         source '8'