summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-16 21:50:37 +0800
committerruki <[email protected]>2016-02-16 21:50:37 +0800
commit1015eb5af840daeb67af07ba359a18ee5d5215c6 (patch)
tree231c1e983508426d31000033f222818d4d3fa17c /xmake/core/base/interpreter.lua
parent58a508ef0789085f970c695a87825c31f95689db (diff)
modify deprecated comments
Diffstat (limited to 'xmake/core/base/interpreter.lua')
-rw-r--r--xmake/core/base/interpreter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 869d20b99..db1d95d2e 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -600,7 +600,7 @@ function interpreter.api_register_def_scope(self, ...)
self:_api_register_xxx_scope("def", implementation, ...)
end
--- TODO: we will remove the deprecated api in the future
+-- TODO: deprecated
-- register api for set_scope()
function interpreter.api_register_set_scope(self, ...)
@@ -641,7 +641,7 @@ function interpreter.api_register_set_scope(self, ...)
self:_api_register_xxx_scope("set", implementation, ...)
end
--- TODO: we will remove the deprecated api in the future
+-- TODO: deprecated
-- register api for add_scope()
function interpreter.api_register_add_scope(self, ...)