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
@@ -7,7 +7,7 @@ namespace CsProtocol
// 复杂的对象
// 包括了各种复杂的结构,数组,List,Set,Map
//
// @author jaysunxiao
// @author godotg
// @version 3.0
public class ComplexObject : IPacket
{
@@ -4,7 +4,7 @@ using CsProtocol.Buffer;
namespace CsProtocol
{
// @author jaysunxiao
// @author godotg
// @version 3.0
public class NormalObject : IPacket
{
@@ -4,7 +4,7 @@ using CsProtocol.Buffer;
namespace CsProtocol
{
// @author jaysunxiao
// @author godotg
// @version 3.0
public class ObjectA : IPacket
{
@@ -4,7 +4,7 @@ using CsProtocol.Buffer;
namespace CsProtocol
{
// @author jaysunxiao
// @author godotg
// @version 3.0
public class ObjectB : IPacket
{
@@ -4,7 +4,7 @@ using CsProtocol.Buffer;
namespace CsProtocol
{
// @author jaysunxiao
// @author godotg
// @version 3.0
public class SimpleObject : IPacket
{