File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Sources/swift-container-plugin Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1717
1818// SwiftContainerPluginDocumentation is an otherwise empty target that includes high-level,
1919// user-facing documentation about using the Swift Container Plugin from the command-line.
20+
21+ // To preview the documentation, run the following command:
22+ //
23+ // swift package --disable-sandbox preview-documentation --target swift-container-plugin --analyze
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ user-facing documentation about using the ContainerImageBuilder plugin from the
66To preview the documentation, run the following command:
77
88``` bash
9- swift package --disable-sandbox preview-documentation --target swift-container-plugin
9+ swift package --disable-sandbox preview-documentation --target swift-container-plugin --analyze
1010```
1111
1212<!-- Copyright (c) 2024 Apple Inc and the Swift Project authors. All Rights Reserved. -->
You can’t perform that action at this time.
0 commit comments