summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/package/package.lua2
-rw-r--r--xmake/core/project/target.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 13b3d1660..cfc60f696 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -2196,7 +2196,7 @@ end
-- has the given features?
--
-- @param features the features, e.g. {"c_static_assert", "cxx_constexpr"}
--- @param opt the argument options, e.g. {cxflags = "", defines = "", includedirs = "", ...}
+-- @param opt the argument options, e.g. {flags = ""}
--
-- @return true or false, errors
--
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index c1764ff0f..dae799f9e 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -2357,7 +2357,7 @@ end
-- has the given features?
--
-- @param features the features, e.g. {"c_static_assert", "cxx_constexpr"}
--- @param opt the argument options, e.g. {cxflags = "", defines = "", includedirs = "", ...}
+-- @param opt the argument options, e.g. {flags = ""}
--
-- @return true or false, errors
--