Re: How to generate groovydoc?

2020-07-30 Thread Paul King
It is still used by groovydoc and other places like docgenerator via: org/codehaus/groovy/tools/shell/util/Logger.java though we should probably look at removing it from such places. The info in https://youtrack.jetbrains.com/issue/IDEA-80697#focus=Comments-27-3935496.0-0 is a little outdated

Re: How to generate groovydoc?

2020-07-30 Thread Keegan Witt
I think we can close that Jira. Only groovysh uses Jansi anymore I believe. It's no longer referenced in groovydoc. This link seems to be missing from the tools section of the main page, but it is up to date last I knew and covers how to invoke groovydoc from the command line.

Re: How to generate groovydoc?

2020-07-30 Thread Daniil Ovchinnikov
For more info see https://youtrack.jetbrains.com/issue/IDEA-80697#focus=Comments-27-3935496.0-0 — Daniil Ovchinnikov JetBrains > On 30 Jul 2020, at 20:10, Fernando Franzini > wrote: > > Hi Keith > > What version of IntelliJ are you using? > 2020.xx > > The option to generate Groovydoc

Re: How to generate groovydoc?

2020-07-30 Thread Fernando Franzini
Hi Keith What version of IntelliJ are you using? 2020.xx The option to generate Groovydoc is still there for me in 2020.1 Ultimate. Where? Which menu? Att, Fernando Franzini - Blog Em qui., 30 de jul. de 2020 às 13:42, Keith Suderman escreveu: >

Re: How to generate groovydoc?

2020-07-30 Thread Keith Suderman
What version of IntelliJ are you using? The option to generate Groovydoc is still there for me in 2020.1 Ultimate. If you are not using a build tool like Gradle or Maven then you can also generate documentation with the groovydoc command: $> groovydoc -sourcepath=./src/main/groovy -d output

Re: How to generate groovydoc?

2020-07-30 Thread Fernando Franzini
Hi Paul I paid intelliJ ultimate and the option to generate groovydoc has been removed, so I need to generate it manually. Do you recommend any article or documentation with groovy 3.x? Regards. Att, Fernando Franzini - Blog Em qui., 30 de jul. de

Re: How to generate groovydoc?

2020-07-30 Thread Paul King
There is the groovydoc command from the commandline but you'll likely want to use the groovydoc integration from your build tool of choice. Cheers, Paul. On Thu, Jul 30, 2020 at 8:57 PM Fernando Franzini < fernandofranz...@gmail.com> wrote: > Hi Groovy Folks > My projects contain java and

How to generate groovydoc?

2020-07-30 Thread Fernando Franzini
Hi Groovy Folks My projects contain java and groovy classes. How do I generate the groovy doc for all of them? Regards Att, Fernando Franzini - Blog