Skip to content

Commit f3a208e

Browse files
authored
Add document comment to PackageContainerConstraint function (#3650)
1 parent ddeb849 commit f3a208e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/PackageGraph/PackageModel+Extensions.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ extension Manifest {
4949
}
5050

5151
extension PackageContainerConstraint {
52+
/// Constructs a structure of dependency nodes in a package.
53+
/// - returns: An array of ``DependencyResolutionNode``
5254
internal func nodes() -> [DependencyResolutionNode] {
5355
switch products {
5456
case .everything:

0 commit comments

Comments
 (0)