Skip to content

Commit

Permalink
Update .spi config to omit internal symbols in docs (#104)
Browse files Browse the repository at this point in the history
Updates the Swift Package Index config file (.spi file) to only allow
public symbols to appear in documentation. This fixes an issue where
internal symbols were shown on the documentation pages for SVD2Swift.
  • Loading branch information
Kyle-Ye authored Aug 24, 2024
1 parent e54c11d commit 15d368b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ builder:
- SVD
- SVD2LLDB
- SVD2Swift
custom_documentation_parameters:
- "--minimum-access-level public"

0 comments on commit 15d368b

Please sign in to comment.