Преглед изворни кода

Add reflection service to .spi.yml (#1742)

Motivation:

No docs are generated on Swift Package Index for the reflection service
as it isn't included in the configuration.

Modifications:

Add reflection service to .spi.yml

Result:

Docs generate for the reflection service
George Barnett пре 2 година
родитељ
комит
81873c0ced
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .spi.yml

+ 1 - 1
.spi.yml

@@ -1,4 +1,4 @@
 version: 1
 builder:
   configs:
-    - documentation_targets: [GRPC, protoc-gen-grpc-swift]
+    - documentation_targets: [GRPC, GRPCReflectionService, protoc-gen-grpc-swift]