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 2017/04/11 01:38:11 UTC

[35/50] groovy git commit: Refine the README of sub-project groovy-parser-antlr4

Refine the README of sub-project groovy-parser-antlr4


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0954c01e
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/0954c01e
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/0954c01e

Branch: refs/heads/master
Commit: 0954c01eb6452061df496807675a8bcf72777334
Parents: c0791d9
Author: sunlan <su...@apache.org>
Authored: Wed Feb 8 13:53:25 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Feb 8 13:53:25 2017 +0800

----------------------------------------------------------------------
 subprojects/groovy-parser-antlr4/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/0954c01e/subprojects/groovy-parser-antlr4/README.md
----------------------------------------------------------------------
diff --git a/subprojects/groovy-parser-antlr4/README.md b/subprojects/groovy-parser-antlr4/README.md
index 7192087..910f939 100644
--- a/subprojects/groovy-parser-antlr4/README.md
+++ b/subprojects/groovy-parser-antlr4/README.md
@@ -32,4 +32,5 @@ groovyOptions.forkOptions.jvmArgs += ["-Dgroovy.antlr4=true"]
 * `groovy.antlr4.cache.threshold`: how frequently to clear DFA cache(default: 50). **Notice:** The more frequently the DFA cache is cleared, the poorer parsing performance will be(you can not set the value that is less than the default value). But the DFA cache has to be cleared to avoid OutOfMemoryError's occurring. 
 * `groovy.extract.doc.comment`: whether to collect groovydoc while parsing groovy source code(default: false)
 
-*P.S. Parrot is based on the highly optimized version of antlr4(com.tunnelvisionlabs:antlr4), which is licensed under BSD. *
+*P.S. Parrot is based on the highly optimized version of antlr4(com.tunnelvisionlabs:antlr4), which is licensed under BSD.*
+ 
\ No newline at end of file