summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/actions/download.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-31 00:01:06 +0800
committerruki <[email protected]>2026-03-31 00:01:06 +0800
commit53748c3a92f9f6c11453ed2f3a9af761275e732a (patch)
treeea8a2aab5e14c25aaa4b1a86098de01db84806b6 /xmake/modules/private/action/require/impl/actions/download.lua
parent90f05f17328ccac2764fb80895ef72c4510d91f6 (diff)
improve more modules commentscomments
Diffstat (limited to 'xmake/modules/private/action/require/impl/actions/download.lua')
-rw-r--r--xmake/modules/private/action/require/impl/actions/download.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/download.lua b/xmake/modules/private/action/require/impl/actions/download.lua
index 84c8d85be..5930b3cbb 100644
--- a/xmake/modules/private/action/require/impl/actions/download.lua
+++ b/xmake/modules/private/action/require/impl/actions/download.lua
@@ -323,6 +323,16 @@ function _urls(package)
end
-- download the given package
+-- download the package source
+--
+-- @param package the package instance
+-- @param opt the options
+--
+-- download the package source
+--
+-- @param package the package instance
+-- @param opt the options
+--
function main(package, opt)
opt = opt or {}