浏览代码

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
George Barnett 1 年之前
父节点
当前提交
2f2d250358
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .spi.yml

+ 0 - 2
.spi.yml

@@ -3,5 +3,3 @@ builder:
   configs:
   configs:
     - documentation_targets: [GRPCNIOTransportHTTP2, GRPCNIOTransportHTTP2Posix, GRPCNIOTransportHTTP2TransportServices]
     - documentation_targets: [GRPCNIOTransportHTTP2, GRPCNIOTransportHTTP2Posix, GRPCNIOTransportHTTP2TransportServices]
       swift_version: 6.0
       swift_version: 6.0
-      # Don't include @_exported types from GRPCCore
-      custom_documentation_parameters: [--exclude-extended-types]