File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ log in Xcode's report navigator and expanding the "Compile documentation" step.
147
147
148
148
# ## Invoking `docc` from Swift Package Manager
149
149
150
- You can also test a locally built version of Swift-DocC using Swift Package Manager
151
- CLI . The Swift-DocC SwiftPM plugin will try to read ` DOCC_EXEC ` environment variable value, and use
152
- the path you provded if it' s set.
150
+ You can also test a locally built version of Swift-DocC using the Swift Package
151
+ Manager from the command line . The Swift-DocC SwiftPM plugin will try to read
152
+ ` DOCC_EXEC ` environment variable value, and use the path you provded if it' s set.
153
153
154
154
1. In your project' s ` Package.swift` , add a dependency on the [` Swift-DocC Plugin` ](https://github.com/apple/swift-docc-plugin).
155
155
2. Set the ` DOCC_EXEC` environment variable and run the documentation generation
You can’t perform that action at this time.
0 commit comments