Skip to content

Commit 0646fc0

Browse files
authored
XCBuildSupport/PIFBuilder.swift: Add missed parameter to doc comment (#7945)
1 parent b8ca360 commit 0646fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XCBuildSupport/PIFBuilder.swift

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public final class PIFBuilder {
8989
/// Generates the PIF representation.
9090
/// - Parameters:
9191
/// - prettyPrint: Whether to return a formatted JSON.
92+
/// - preservePIFModelStructure: Whether to preserve model structure.
9293
/// - Returns: The package graph in the JSON PIF format.
9394
func generatePIF(
9495
prettyPrint: Bool = true,

0 commit comments

Comments
 (0)