Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing Subject constructors and Subject classes from RxJava to RxScala #23

Merged
merged 4 commits into from
Oct 4, 2014

Conversation

jbripley
Copy link
Contributor

@jbripley jbripley commented Oct 1, 2014

Also copies RxJava JavaDoc to ScalaDoc for each Subject as more visible documentation in Scala.

@samuelgruetter samuelgruetter mentioned this pull request Oct 1, 2014
subject.subscribe(observer2)
subject.onNext("three")
subject.onCompleted()
</pre>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not use html tags in scaladoc, because for most of what you want to do, there's a better markdown-like version. For instance, if you use {{{...}}} instead of <pre>...</pre>, you'll get syntax highlighting. The best way to learn scaladoc is imho by example, such as by looking at any class in the Scala standard library.

samuelgruetter added a commit that referenced this pull request Oct 4, 2014
Add missing Subject constructors and Subject classes from RxJava to RxScala
@samuelgruetter samuelgruetter merged commit b6cb8c4 into ReactiveX:0.x Oct 4, 2014
@jbripley jbripley deleted the subject-constructors branch October 4, 2014 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants