You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/09/07 05:04:47 UTC

[groovy] branch master updated: minor groovydoc refactor - adopt latest settings for Groovydoc

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c5d7b2af1 minor groovydoc refactor - adopt latest settings for Groovydoc
6c5d7b2af1 is described below

commit 6c5d7b2af1ca8fffc11451a3173ac3f3026151a4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 7 13:02:18 2022 +1000

    minor groovydoc refactor - adopt latest settings for Groovydoc
---
 buildSrc/src/main/groovy/org.apache.groovy-documented.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
index fbf6da1912..75cc3b0a88 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
@@ -77,7 +77,7 @@ tasks.withType(Groovydoc).configureEach {
     header = "Groovy ${versions.groovy}"
     footer = 'Copyright &copy; 2003-2022 The Apache Software Foundation. All rights reserved.'
     overviewText = rootProject.resources.text.fromFile('src/main/java/overview.html')
-    includePrivate = false
+    access = GroovydocAccess.PROTECTED
     link 'https://docs.oracle.com/javaee/7/api/', 'javax.servlet.', 'javax.management.'
     link 'https://docs.oracle.com/javase/8/docs/api/', 'java.', 'org.xml.', 'javax.', 'org.w3c.'
     link 'https://docs.groovy-lang.org/docs/ant/api/', 'org.apache.ant.', 'org.apache.tools.ant.'