diff options
| author | ruki <[email protected]> | 2022-09-15 00:16:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-15 00:16:48 +0800 |
| commit | f5505f5be3d5e2361639bc3ebec53ba9958a24ba (patch) | |
| tree | 3dd3bbf405323e7d1c8c511036737e4e0577f371 | |
| parent | 959fd89644089153c02bcc3a32f600d7457aea8c (diff) | |
update comments
| -rw-r--r-- | xmake/modules/private/async/buildjobs.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/modules/private/async/buildjobs.lua b/xmake/modules/private/async/buildjobs.lua index 1861a3250..d19335167 100644 --- a/xmake/modules/private/async/buildjobs.lua +++ b/xmake/modules/private/async/buildjobs.lua @@ -42,6 +42,10 @@ end -- build jobs -- +-- @param nodes the node graph dependencies +-- @param jobs the jobpool object +-- @param rootjob the root job +-- -- @code --[[ nodes["node1"] = { |
