apple / swift-nio-transport-services

Extensions for SwiftNIO to support Apple platforms as first-class citizens.
https://swiftpackageindex.com/apple/swift-nio-transport-services/main/documentation/niotransportservices
Apache License 2.0
282 stars 71 forks source link

Use Docc for documentation #154

Closed Lukasa closed 2 years ago

Lukasa commented 2 years ago

Motivation

Documentation is nice, and we can help support users by providing useful clear docs.

Modifications

Add Docc to 5.6 and later builds Make sure symbol references work Add overview docs

Result

Nice rendering docs

Lukasa commented 2 years ago

Uh, this is new. @yim-lee any idea what's happened to SwiftPM here? It seems to have generated a test file that emits a compiler warning, which we choke on because we use warnings as errors.

Lukasa commented 2 years ago

Oh dang it, I know what's happening: this is because there are no tests on Linux. Ok, I'll add a dummy test.

yim-lee commented 2 years ago

🎉