Patched (temporarily) the DocC documentation #8

Merged
javier merged 12 commits from documentation/patch into main 2025-09-10 19:47:46 +00:00
29 changed files with 2 additions and 2 deletions
Showing only changes of commit b7d3dbff58 - Show all commits
+2 -2
View File
@@ -42,7 +42,7 @@ let package = Package(
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession")
],
path: "Sources",
path: "Sources/AmiiboService",
plugins: [
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator"),
]
@@ -52,7 +52,7 @@ let package = Package(
dependencies: [
.byName(name: AmiiboService.target)
],
path: "Tests"
path: "Tests/AmiiboService"
),
]
)