Skip to content

Commit e97ba76

Browse files
scaladoc for package rx.lang.scala
1 parent cf84868 commit e97ba76

File tree

1 file changed

+6
-2
lines changed
  • language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala

1 file changed

+6
-2
lines changed

language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/package.scala

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
*/
1616
package rx.lang
1717

18-
package object scala {
19-
}
18+
/**
19+
* This package contains all classes that RxScala users need.
20+
*
21+
* It basically mirrors the structure of package `rx`, but some changes were made to make it more Scala-idiomatic.
22+
*/
23+
package object scala {}

0 commit comments

Comments
 (0)