summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-08 18:23:18 +0800
committerruki <[email protected]>2022-10-08 18:23:18 +0800
commitbe29799887aa5b05900a1e5dc4cb3a1bbfb6b1c5 (patch)
tree29c836d71b27a2681531d9140025208041e5b624
parent5bad2ec0a57cf58fc7ead66de9cd4e68a322875c (diff)
improve comments
-rw-r--r--xmake/core/project/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/package.lua b/xmake/core/project/package.lua
index 18bd7bea6..4917e7c20 100644
--- a/xmake/core/project/package.lua
+++ b/xmake/core/project/package.lua
@@ -172,6 +172,7 @@ function _instance:rule(name)
end
-- get package rules
+-- @see https://github.com/xmake-io/xmake/issues/2374
function _instance:rules()
local rules = self._RULES
if rules == nil then