Skip to content

Commit 3fe5f9b

Browse files
committed
added docc plugin
1 parent c622583 commit 3fe5f9b

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

Package.resolved

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ let package = Package(
2424
),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1")
27+
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
28+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.0")
2829
],
2930
targets: [
3031
.target(

0 commit comments

Comments
 (0)