|
[
Permalink
| « Hide
]
Jochen Theodorou added a comment - 16/Oct/08 01:05 PM
parent task has fix version
In Java, if the class GroovyCompile extends the class Compile, you get the following Javadoc snippet for GroovyCompile.
java.lang.Object extended by ConventionTask extended by org.gradle.api.tasks.compile.Compile extended by org.gradle.api.tasks.compile.GroovyCompile ... public class GroovyCompile extends Compile ... Fields inherited from class org.gradle.api.tasks.compile.Compile antCompile, classpathConverter, existentDirsFilter ... Methods inherited from class org.gradle.api.tasks.compile.Compile ... If a Groovy class extends another class, nothing of the above appears in the Groovydoc. Inherited elements do not show up. OK, I started adding some of this in. I have been tackling some easy items which could be done without fixing up a few underlying pieces. I am rapidly approaching the point where those pieces need to be fixed before I can go much further.
|
|||||||||||||||||||||||||||||||||||||||||