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.
Documentation links to non-existent internal protocols #301
Open
Description
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.