Skip to content

Conversation

@eimantas
Copy link

  • Signal, SignalProducer & Scheduler classes have preconditions
    documented;
  • added a note about how DisposableHandle instances can be created;
  • added missing / to Reactive initialiser's documentation;
  • added missing documentation to Atomic's transition methods;

Eimantas Vaiciunas added 3 commits March 11, 2017 09:01
- `Signal`, `SignalProducer` & `Scheduler` classes have preconditions
  documented;
- added a note about how `DisposableHandle` instances can be created;
- added missing `/` to `Reactive` initialiser's documentation;
- added missing documentation to `Atomic`'s transition methods;
///
/// - parameters:
/// - expected: The expected state.
/// - next:The state to transition to.
Copy link
Member

@andersio andersio Mar 28, 2017

Choose a reason for hiding this comment

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

A missing space between : and The.

/// CompositeDisposable.
/// `CompositeDisposable`.
///
/// - note: Use `add(_:)` methods of `CompositeDisposable` instance to
Copy link
Member

@andersio andersio Mar 28, 2017

Choose a reason for hiding this comment

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

One does not intentionally create a handle though... Perhaps should it be phrased as "add returns a handle" instead?

@eimantas
Copy link
Author

Pushed some more updates including requested changes.

@eimantas eimantas changed the title [WIP] Update documentation markup Update documentation markup Mar 28, 2017
@andersio andersio merged commit b7c6ae4 into ReactiveCocoa:master Mar 28, 2017
@mdiep
Copy link
Contributor

mdiep commented Mar 28, 2017

How did this not get merged earlier?! Sorry @eimantas!

@eimantas
Copy link
Author

No worries! I managed to forget about this PR myself .)

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.

3 participants