Skip to content

Commit 3566656

Browse files
committed
Document the return type of addSingleCompileJobs
1 parent 158d33c commit 3566656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftDriver/Jobs/Planning.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ extension Driver {
253253
return linkerInputs
254254
}
255255

256+
/// When in single compile, add one compile job and possiblity multiple backend jobs.
257+
/// Return the compile job if one was created.
256258
private mutating func addSingleCompileJobs(
257259
addJob: (Job) -> Void,
258260
addJobOutputs: ([TypedVirtualPath]) -> Void,

0 commit comments

Comments
 (0)