Can DocC exclude some struct like swiftUI previews?
DocC exclude
Add a Comment
Can DocC exclude some struct like swiftUI previews?
If you don't add the /// line above the preview struct, it shouldn't appear in doc. Am I missing something ?