You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Example:
Documentation for
PublicClass
is generated with inheritance section which points out toInternalProtocol
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.
The text was updated successfully, but these errors were encountered: