summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-03-18 00:41:25 +0800
committerruki <[email protected]>2023-03-18 00:41:25 +0800
commitf7bc68f09a8d20fcae1304c9ab70d7f9b7472de5 (patch)
tree73160a76034e3325c952ea33a893a3edf9de6ae2 /xmake/core/package/package.lua
parent2330f270a9fad2dfd8ec96227cd4d71c3dcbcfd8 (diff)
fix comments
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 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
--