This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
swift-doc doesn't seem to detect protocol extension methods #213
Closed
Description
We have a library that centers around a single protocol that is extended with methods (similar to how Combine has a Publisher
protocol and extends it with map
and other operations), but these methods don't appear to get picked up by swift-doc
Here's documentation for the protocol: https://pointfreeco.github.io/swift-parsing/Parser/
And here's an example extension method: https://github.com/pointfreeco/swift-parsing/blob/6443f30e5766c2319b58412e7c2687e363b54ff1/Sources/Parsing/Parsers/Map.swift#L1-L15
Metadata
Metadata
Assignees
Labels
No labels