mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-20 03:26:57 +00:00
doc[protocol]: 修改文档注释
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- 复杂的对象
|
||||
-- 包括了各种复杂的结构,数组,List,Set,Map
|
||||
--
|
||||
-- @author jaysunxiao
|
||||
-- @author godotg
|
||||
-- @version 3.0
|
||||
|
||||
local ComplexObject = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- @author jaysunxiao
|
||||
-- @author godotg
|
||||
-- @version 3.0
|
||||
|
||||
local NormalObject = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- @author jaysunxiao
|
||||
-- @author godotg
|
||||
-- @version 3.0
|
||||
|
||||
local ObjectA = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- @author jaysunxiao
|
||||
-- @author godotg
|
||||
-- @version 3.0
|
||||
|
||||
local ObjectB = {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- @author jaysunxiao
|
||||
-- @author godotg
|
||||
-- @version 3.0
|
||||
|
||||
local SimpleObject = {}
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Test.Editor.LuaTest
|
||||
var luaEnv = new LuaEnv();
|
||||
var luaDebugBuilder = new StringBuilder();
|
||||
// Rider的断点调试
|
||||
// luaDebugBuilder.Append("package.cpath = package.cpath .. ';C:/Users/jaysunxiao/AppData/Roaming/JetBrains/Rider2021.1/plugins/EmmyLua/classes/debugger/emmy/windows/x64/?.dll'").Append(FileUtils.LS);
|
||||
// luaDebugBuilder.Append("package.cpath = package.cpath .. ';C:/Users/godotg/AppData/Roaming/JetBrains/Rider2021.1/plugins/EmmyLua/classes/debugger/emmy/windows/x64/?.dll'").Append(FileUtils.LS);
|
||||
// luaDebugBuilder.Append("local dbg = require('emmy_core')").Append(FileUtils.LS);
|
||||
// luaDebugBuilder.Append("dbg.tcpListen('localhost', 9966)").Append(FileUtils.LS);
|
||||
// luaDebugBuilder.Append("dbg.waitIDE()").Append(FileUtils.LS);
|
||||
|
||||
Reference in New Issue
Block a user