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 was 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.
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.
Activity
Lukas-Stuehrk commentedon Aug 27, 2021
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 thecommonmark
documentation.DominikBucher12 commentedon Aug 30, 2021
Hello Lukas :)
The output format used is
commonmark
, sorry not to include earlier. :)Have a nice day