Skip to content

Commit ca6293e

Browse files
authored
3.x: Apply the Javadoc format cleanup to Disposable.html (#7393)
1 parent 97f1702 commit ca6293e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/javadoc_cleanup.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ task javadocCleanup(dependsOn: "javadoc") doLast {
2424
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/plugins/RxJavaPlugins.html'))
2525

2626
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/parallel/ParallelFlowable.html'))
27+
28+
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/rxjava3/disposables/Disposable.html'))
2729
}
2830

2931
def fixJavadocFile(file) {

0 commit comments

Comments
 (0)