summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/download_packages.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/private/action/require/impl/download_packages.lua')
-rw-r--r--xmake/modules/private/action/require/impl/download_packages.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/download_packages.lua b/xmake/modules/private/action/require/impl/download_packages.lua
index b25038672..81bbdd074 100644
--- a/xmake/modules/private/action/require/impl/download_packages.lua
+++ b/xmake/modules/private/action/require/impl/download_packages.lua
@@ -232,6 +232,11 @@ function _download_packages(packages_download)
end
-- download packages
+-- download all required packages
+--
+-- @param requires the requires table
+-- @param opt the options
+--
function main(requires, opt)
opt = opt or {}