[GRADLE-375] Include groovy/gradle examples within the Javadocs to show how classes correspond to build.gradle syntax Created: 26/Jan/09 Updated: 01/May/13 Resolved: 01/May/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Jon Cox | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
When you're learning Gradle (and perhaps Groovy at the same time), What might make things easier is to have more references to As an example of the latter, consider 'createTask'. dir("/somepath") is a convenience method for createTask("somepath", type: Directory) |
Comments |
Comment by Hans Dockter [ 08/Feb/09 ] |
That would be very nice and our Javadoc should eventually be that good. |
Comment by Adam Murdoch [ 01/May/13 ] |
We've been adding examples to the Javadocs for a number of releases now, so I'm marking this as 'fixed'. Over time the number of examples will grow. Feel free to suggest particular examples that you feel are missing. |