swift-doc
swift-doc copied to clipboard
Documentation links to non-existent internal protocols
Example:
protocol InternalProtocol {}
public class PublicClass: InternalProtocol { }
Documentation for PublicClass is generated with inheritance section which points out to InternalProtocol which links to file which doesn't exist since it's internal.
This mention should probably not exist at all since it's internal and it doesn't affect public API generated by documentation.
Thanks for reporting, @DominikBucher12.
Do you mind sharing which output format you are using? This seems to work when generating the html documentation, but is broken when generating the commonmark documentation.
Hello Lukas :)
The output format used is commonmark, sorry not to include earlier. :)
Have a nice day