doc[protocol]: 修改文档注释

This commit is contained in:
godotg
2022-07-29 22:39:47 +08:00
parent 1dbae44e59
commit aadabbbc80
223 changed files with 233 additions and 240 deletions
@@ -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 = {}
+1 -1
View File
@@ -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);