Daniel Sun created GROOVY-8861:
----------------------------------
Summary: 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
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)
