summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/actions/check.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/private/action/require/impl/actions/check.lua')
-rw-r--r--xmake/modules/private/action/require/impl/actions/check.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/check.lua b/xmake/modules/private/action/require/impl/actions/check.lua
index d6143fcfa..2bd840d75 100644
--- a/xmake/modules/private/action/require/impl/actions/check.lua
+++ b/xmake/modules/private/action/require/impl/actions/check.lua
@@ -22,7 +22,11 @@
import("core.base.option")
import("core.project.config")
--- check the given package
+-- check the package after installation
+--
+-- @param package the package instance
+-- @param opt the options
+--
function main(package, opt)
opt = opt or {}