[GRADLE-168] Improve javadoc generation for groovy projects Created: 28/Jul/08 Updated: 04/Jan/13 Resolved: 08/Aug/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.2 |
Fix Version/s: | 0.3 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
As described in UG chapter 10, a Groovy project can have a main/java and a main/groovy folder. The first is treated like a normal Java project, the second may contain mixed Java/Groovy code. Therefore the Groovy plugin should not remove the javadoc functionality applied against the main/java folder (what it does now). So we should have a javadoc running against the Java classes in main/java and main/groovy and a groovydoc running against the groovy classes in main/groovy. |