Full-project, detailed Javadoc generation
Compare changes
+ 64
− 1
@@ -74,7 +74,7 @@ allprojects {
@@ -122,6 +122,69 @@ allprojects {
Adds a Gradle task that generates Javadoc for the entire project, with nice links and source references.
The stock Gradle tasks generate Javadoc strictly within the module, so (for example) any common class references in the worker are prefixed with the entire package names and links are missing. Having to keep track of three tabs of different Javadoc sites is not nice, so unification is important if we want developer-friendly documentation. And one of the important lessons of this year is that such documentation is very scarce.
fullJavadoc
that generates Javadoc for the entire projectTo be filled in by the reviewers