Skip to content

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

@akarnokd

Description

@akarnokd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions