Skip to content

Commit 6fd1606

Browse files
committed
Add doc comment to the new type
1 parent 7430175 commit 6fd1606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/PackageModel/Manifest/PackageConditionDescription.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ struct PackageConditionWrapper: Codable, Equatable, Hashable {
7575
}
7676
}
7777

78+
/// One of possible conditions used in package manifests to restrict targets from being built for certain platforms or
79+
/// build configurations.
7880
public enum PackageCondition: Hashable {
7981
case platforms(PlatformsCondition)
8082
case configuration(ConfigurationCondition)

0 commit comments

Comments
 (0)