Skip to content

Commit 59c3c56

Browse files
committed
add swift docc plugin
1 parent 427c65a commit 59c3c56

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ let package = Package(
1313
),
1414
],
1515
dependencies: [
16+
.package(
17+
url: "https://github.com/apple/swift-docc-plugin.git",
18+
from: "1.0.0"
19+
),
1620
.package(
1721
url: "https://github.com/ChimeHQ/SwiftTreeSitter.git",
1822
exact: "0.7.0"

0 commit comments

Comments
 (0)