ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 121 forks source link

@deprecated annotation not in ScalaDoc #205

Closed samuelgruetter closed 7 years ago

samuelgruetter commented 8 years ago

(sorry in advance for nitpicking ;-) )

In the source of Observable.scala, there's an @deprecated annotation for def create[T](f: Observer[T] => Subscription): Observable[T].

However, in the ScalaDoc, I can't see any deprecation notice.

Why is this? Is it a problem with ScalaDoc? Or is the ScalaDoc just not up to date?

zsxwing commented 8 years ago

It's just out of date. I will send a PR to update.

Maybe we should put the scaladoc to the gh-pages branch so that we can add scripts to update the docs when doing a release.

samuelgruetter commented 8 years ago

yes, a script which ensures that the docs are always those of the latest release would be great :+1:

zsxwing commented 7 years ago

Closing this one since the doc has been updated.