From f7bc68f09a8d20fcae1304c9ab70d7f9b7472de5 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Mar 2023 00:41:25 +0800 Subject: fix comments --- xmake/core/package/package.lua | 2 +- xmake/core/project/target.lua | 2 +- 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 -- -- cgit v1.3.1