You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/10/23 22:09:34 UTC

[groovy] branch GROOVY-8258 updated: GROOVY-8258: add groovydoc

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

sunlan pushed a commit to branch GROOVY-8258
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY-8258 by this push:
     new f67243c  GROOVY-8258: add groovydoc
f67243c is described below

commit f67243c82019e23cffde0cd0c017cc8428298f57
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 24 06:09:26 2020 +0800

    GROOVY-8258: add groovydoc
---
 .../src/main/groovy/org/apache/groovy/ginq/GinqGroovyMethods.groovy  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/GinqGroovyMethods.groovy b/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/GinqGroovyMethods.groovy
index 0092674..7f6daf2 100644
--- a/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/GinqGroovyMethods.groovy
+++ b/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/GinqGroovyMethods.groovy
@@ -29,6 +29,11 @@ import org.codehaus.groovy.ast.stmt.Statement
 import org.codehaus.groovy.macro.runtime.Macro
 import org.codehaus.groovy.macro.runtime.MacroContext
 
+/**
+ * Declare GINQ macro methods
+ *
+ * @since 4.0.0
+ */
 @CompileStatic
 class GinqGroovyMethods {
     @Macro