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
I want to use skip_undocumented: true to skip undocumented types. However, I have a Swift enum with a large amount of casees and they don't really need to be documented as their name makes it clear enough. It would be nice to be able to use some kind of code comment to indicate that I don't want to exclude those undocumented enum cases (without having to add it to each case).
The text was updated successfully, but these errors were encountered:
I want to use
skip_undocumented: true
to skip undocumented types. However, I have a Swift enum with a large amount ofcase
es and they don't really need to be documented as their name makes it clear enough. It would be nice to be able to use some kind of code comment to indicate that I don't want to exclude those undocumented enum cases (without having to add it to each case).The text was updated successfully, but these errors were encountered: