Skip to content

Commit

Permalink
Merge pull request #62 from p-x9/docc/hide-exported-module-symbols
Browse files Browse the repository at this point in the history
Hide exported module's symbols from docc
  • Loading branch information
p-x9 authored Mar 14, 2024
2 parents d9f185e + df9242b commit efcf1ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Sources/MachOKit/Util/exported.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
//
//

@_exported import MachO
@_exported import MachOKitC
@_documentation(visibility: internal)
@_exported
import MachO

@_documentation(visibility: internal)
@_exported
import MachOKitC

0 comments on commit efcf1ba

Please sign in to comment.