-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Milestone
Description
Javadocs should be auto-generated for snapshot and final release builds.
If it needs to be a shell script it can be incorporated into the Travis build process here: https://github.com/ReactiveX/RxJava/blob/1.x/gradle/buildViaTravis.sh
Javadocs get published to gh-pages here: https://github.com/ReactiveX/RxJava/tree/gh-pages/javadoc
Each version should go in it's own directory. Whatever the latest version is should also be in the root. There should also be a /snapshot/ folder for the latest snapshot.
Reactions are currently unavailable