Skip to content

Commit 2f2d250

Browse files
authored
Modify which symbols are documented (#42)
Motivation: The .spi.yml was configured to exclude extended type to avoid documenting the types from the re-exported `GRPCCore` module and the core http2 module. Modifications: - Remove the config Result: Better docs
1 parent ae3f3f5 commit 2f2d250

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.spi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ builder:
33
configs:
44
- documentation_targets: [GRPCNIOTransportHTTP2, GRPCNIOTransportHTTP2Posix, GRPCNIOTransportHTTP2TransportServices]
55
swift_version: 6.0
6-
# Don't include @_exported types from GRPCCore
7-
custom_documentation_parameters: [--exclude-extended-types]

0 commit comments

Comments
 (0)