Skip to content

Commit fe56833

Browse files
committed
add swift doc plugin
1 parent 3b3d2ca commit fe56833

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ Package.resolved
1212
.vscode
1313
Makefile
1414
.devcontainer
15-
.amazonq
15+
.amazonq
16+
.kiro
17+
nodejs

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
2929
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
3030
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
31+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
3132
],
3233
targets: [
3334
.target(

[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let package = Package(
1616
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
1717
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
1818
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.6.3"),
19+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1920
],
2021
targets: [
2122
.target(

0 commit comments

Comments
 (0)