From 1bbb74970455817e1aa4b72b8159cfb9267ec87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 2 Jan 2022 16:33:07 +0100 Subject: [PATCH] doc: add documentation for missing parameter in packet info --- Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs b/Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs index c42770e..5556355 100644 --- a/Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs +++ b/Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs @@ -13,6 +13,7 @@ namespace NosSmooth.PacketSerializersGenerator.Data; /// Contains information about a packet record syntax. /// /// The compilation of the generator. +/// The generate serializer attribute. /// The packet record declaration. /// The semantic model the packet is in. /// The parsed parameters of the packet. -- 2.48.1