[jira] [Commented] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-11-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/GROOVY-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16673340#comment-16673340
 ] 

ASF GitHub Bot commented on GROOVY-8861:


Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/817


> Simplify the switch for runtime groovydoc
> -
>
> Key: GROOVY-8861
> URL: https://issues.apache.org/jira/browse/GROOVY-8861
> Project: Groovy
>  Issue Type: Improvement
>  Components: parser-antlr4
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
>
> The Original switch for runtime groovydoc:
> {code:java}
> /**
>  * @Groovydoc
> {code}
> The simplified version will be:
> {code:java}
> /**@
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-10-28 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/GROOVY-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1350#comment-1350
 ] 

ASF GitHub Bot commented on GROOVY-8861:


GitHub user danielsun1106 opened a pull request:

https://github.com/apache/groovy/pull/817

GROOVY-8861: Simplify the switch for runtime groovydoc



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/danielsun1106/groovy refine-runtime-groovydoc

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/groovy/pull/817.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #817


commit 6da5d75c7e8fc9231a166ed40507311f30523c97
Author: danielsun1106 
Date:   2018-10-28T10:36:47Z

GROOVY-8861: Simplify the switch for runtime groovydoc




> Simplify the switch for runtime groovydoc
> -
>
> Key: GROOVY-8861
> URL: https://issues.apache.org/jira/browse/GROOVY-8861
> Project: Groovy
>  Issue Type: Improvement
>  Components: parser-antlr4
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
>
> The Original switch for runtime groovydoc:
> {code:java}
> /**
>  * @Groovydoc
> {code}
> The simplified version will be:
> {code:java}
> /**@
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)