diff options
| -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"] = { |
