You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/08/12 13:58:03 UTC

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

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 <ja...@les7arts.com>
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'