Skip to content

Commit 50cdd7e

Browse files
committed
3.x: Fix formatting in TestObserver/Consumer/Subscriber javadoc html
1 parent c982fba commit 50cdd7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/javadoc_cleanup.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ task javadocCleanup(dependsOn: "javadoc") doLast {
2626
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/parallel/ParallelFlowable.html'))
2727

2828
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/disposables/Disposable.html'))
29+
30+
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/observers/TestObserver.html'))
31+
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/observers/BaseTestConsumer.html'))
32+
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/subscribers/TestSubscriber.html'))
2933
}
3034

3135
def fixJavadocFile(file) {

0 commit comments

Comments
 (0)