You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/28 10:43:00 UTC

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

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

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 <re...@...>
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)