We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some method entries of the RxJavaPlugins JavaDocs HTML looks misaligned, just like some other components used to:
RxJavaPlugins
The fix is trivial: add the respective file, plugins/RxJavaPlugins.html to the gradle code:
plugins/RxJavaPlugins.html
https://github.com/ReactiveX/RxJava/blob/2.x/gradle/javadoc_cleanup.gradle#L13
You can verify the outcome by running ./gradlew clean javadocCleanup and checking the respective file in your browser.
./gradlew clean javadocCleanup
(Note that probably there is no way to fix the long signature displays, only those unnecessary newlines).
The text was updated successfully, but these errors were encountered:
Auto-clean up RxJavaPlugins JavaDocs HTML (ReactiveX#6173)
1cbbe2d
Auto-clean up RxJavaPlugins JavaDocs HTML (#6173) (#6174)
ba7bbb4
No branches or pull requests
Some method entries of the
RxJavaPlugins
JavaDocs HTML looks misaligned, just like some other components used to:The fix is trivial: add the respective file,
plugins/RxJavaPlugins.html
to the gradle code:https://github.com/ReactiveX/RxJava/blob/2.x/gradle/javadoc_cleanup.gradle#L13
You can verify the outcome by running
./gradlew clean javadocCleanup
and checking the respective file in your browser.(Note that probably there is no way to fix the long signature displays, only those unnecessary newlines).
The text was updated successfully, but these errors were encountered: