groovydoc Questions
2
Solved
I've created a method like so:
void myMethod(Map kwArgs, def myParam)
{
println kwArgs.firstName
println [kwArgs.lastName, "Wilcox"].find()
// ^^^ if lastName named parameter not specified, "W...
Eurhythmy asked 18/3, 2016 at 13:56
0
I'm trying to create groovydoc using gradle. I have created the below task :
The groovy classes are present in - src/integration-test/groovy/com/x/folders/*.groovy
This is my sourcesets :
sourceSet...
5
I have a jenkins global library and I want to document it. I want to use groovydoc.
The library contains classes and global vars
src/<package-name>
vars
Generating documentation for the c...
Tankage asked 29/6, 2017 at 10:48
4
Solved
Is there a maven plugin available somewhere that utilizes GroovyDoc, preferably as a report?
I guess GMaven would be the place to look but the docs are ancient (1.0, whereas the current version is...
Theomancy asked 16/3, 2011 at 12:27
1
When working in a Grails project, I don't get any useful javadocs / groovydocs for the GDK methods that groovy adds to things like collections. Is there a way to do this, or is this something Intel...
Nob asked 31/7, 2012 at 1:34
1
The Groovy 1.8 docs have 3 types of JavaDocs:
api/
gapi/
jdk/
The jdk/ Javadocs show methods that Groovy adds to Java classes. That's easy to understand.
The JavaDocs in api/ and gapi/ are con...
1
© 2022 - 2024 — McMap. All rights reserved.