Skip to content
New issue

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

2.x: The RxJavaPlugins JavaDocs HTML should be auto-cleaned up #6173

Closed
akarnokd opened this issue Aug 25, 2018 · 0 comments
Closed

2.x: The RxJavaPlugins JavaDocs HTML should be auto-cleaned up #6173

akarnokd opened this issue Aug 25, 2018 · 0 comments

Comments

@akarnokd
Copy link
Member

Some method entries of the RxJavaPlugins JavaDocs HTML looks misaligned, just like some other components used to:

image

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant