ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
160 stars 62 forks source link

Document Subject (e.g. next() is undocumented) #165

Open takamori opened 6 years ago

takamori commented 6 years ago

No jsdoc exists in the code for next or most other methods on Subject.

Filing a new bug, as requested in https://github.com/ReactiveX/rxjs/issues/2656#issuecomment-345958269

ladyleet commented 6 years ago

thank you @takamori! @btroncone @ashwin-sureshkumar @sumitarora ps we are chatting about the best way to handle the current docs issues. i'll ping on slack.

takamori commented 6 years ago

any updates?

ladyleet commented 6 years ago

@takamori we are currently working on releasing the docs and operators, but this is on our list!

jdevng commented 6 years ago

Actually the links don't match up in the operator list. Looks like maybe these are machine generated.


<li><a href="/documentation/operators/takelast.html"><code>Next</code></a></li>
<li><a href="/documentation/operators/first.html"><code>Next</code></a> (BlockingObservable version)</li>
mustafamg commented 6 years ago

If nobody yet started working on this, shall I start documenting it?

ladyleet commented 6 years ago

@mustafamg yes that would be great!