summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/has_cincludes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/lib/detect/has_cincludes.lua')
-rw-r--r--xmake/modules/lib/detect/has_cincludes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/has_cincludes.lua b/xmake/modules/lib/detect/has_cincludes.lua
index f3b6edded..50c69f445 100644
--- a/xmake/modules/lib/detect/has_cincludes.lua
+++ b/xmake/modules/lib/detect/has_cincludes.lua
@@ -30,7 +30,7 @@ import("lib.detect.check_cxsnippets")
-- @param includes the includes
-- @param opt the argument options
-- .e.g
--- { verbose = false, target = [target|option], defines = "..", .. }
+-- { verbose = false, target = [target|option], config = {defines = "..", .. }}
--
-- @return true or false
--