swift-nio/Sources/NIOTLS
Johannes Weiss d55c582e5c improve documentation (#919)
Motivation:

Spotted a couple of issues with the documentation and fixed them.

Modifications:

- explicitly marked all `public class`es as `public final class` to get
  consistency in the Jazzy documentation.
- removed `public` extension methods of the `internal struct
  PriorityQueue` which Jazzy showed in the docs.
- improved the largely missing `EmbeddedChannel` and `EmbeddedEventLoop`
  documentation.
- clear up lies in the B2MD docs
- add some other missing docs

Result:

better docs makes happier users
2019-03-25 12:09:16 +02:00
..
ApplicationProtocolNegotiationHandler.swift improve documentation (#919) 2019-03-25 12:09:16 +02:00
SNIHandler.swift improve documentation (#919) 2019-03-25 12:09:16 +02:00
TLSEvents.swift use automatic Equatable conformances (#737) 2019-01-07 11:52:22 +00:00