Skip to content

Commit f624b00

Browse files
authored
Prepare for DocC (#1467)
# Motivation We wanna use DocC for publishing docs. # Modification Setup our `Package.swift` manifests to enable proper doc generation. # Result We can now use DocC to generate docs.
1 parent d114c5e commit f624b00

File tree

4 files changed

+966
-1
lines changed

4 files changed

+966
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.6
22
/*
33
* Copyright 2017, gRPC Authors All rights reserved.
44
*
@@ -67,6 +67,10 @@ let packageDependencies: [Package.Dependency] = [
6767
url: "https://github.com/apple/swift-argument-parser.git",
6868
from: argumentParserMinimumVersion
6969
),
70+
.package(
71+
url: "https://github.com/apple/swift-docc-plugin",
72+
from: "1.0.0"
73+
),
7074
].appending(
7175
.package(
7276
url: "https://github.com/apple/swift-nio-ssl.git",

0 commit comments

Comments
 (0)