Daniel, Question: how do I consume the groovydoc string at runtime in the application? For example, I would like to do something like this:
—— /**@ * Encrypts a file. */ class Encrypt { static void main(String... args) { def cli = new CliBuilder() def descr = // how to get the groovydoc string?? cli.usageMessage.description(descr) //... } } —— > On Oct 28, 2018, at 19:45, Daniel.Sun <sun...@apache.org> wrote: > > Hi Guillaume, > >> it's still possible to change the syntax at this time without any harm. > > Here is the PR to complete the change: > https://github.com/apache/groovy/pull/817 > > Cheers, > Daniel.Sun > > > > > ----- > Daniel Sun > Apache Groovy committer > Blog: http://blog.sunlan.me > Twitter: @daniel_sun > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html