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
jazzy --clean --module-version master --min-acl public --output docs
Under the Services category, the class APIService is visible, even though it's an internal class. The other classes in that category are properly excluded.
jpsim
changed the title
docs for _some_ internal types with --min-acl public
Swift extensions containing MARKs are unconditionally documented
May 19, 2016
The issue here is that Swift extensions don't have an inherent ACL, so we consider it for documentation only if it contains members that should be documented (generally declarations), but we consider MARK comments as "always documentable declarations". #563 should fix this.
Not sure what's triggering this. Posting this in hopes that someone might be able to give me a lead on how to debug this further.
The text was updated successfully, but these errors were encountered: