Mark Norgren

Results 2 comments of Mark Norgren

@mattt One use case that we have is including some private APIs that are not meant for public consumption. Currently we use `/// :nodoc:` to exclude from our Jazzy doc...

@mattt - I should clarify these are not private APIs but more like beta APIs that are undocumented and not to be used for external users. Similar to 'private' APIs...