diff options
| author | ruki <[email protected]> | 2022-10-08 18:23:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-08 18:23:18 +0800 |
| commit | be29799887aa5b05900a1e5dc4cb3a1bbfb6b1c5 (patch) | |
| tree | 29c836d71b27a2681531d9140025208041e5b624 /xmake/core/project/package.lua | |
| parent | 5bad2ec0a57cf58fc7ead66de9cd4e68a322875c (diff) | |
improve comments
Diffstat (limited to 'xmake/core/project/package.lua')
| -rw-r--r-- | xmake/core/project/package.lua | 1 |
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 |
