~ruther/NosSmooth

1bbb74970455817e1aa4b72b8159cfb9267ec87d — František Boháček 3 years ago f762821
doc: add documentation for missing parameter in packet info
1 files changed, 1 insertions(+), 0 deletions(-)

M Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs
M Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs => Core/NosSmooth.PacketSerializersGenerator/Data/PacketInfo.cs +1 -0
@@ 13,6 13,7 @@ namespace NosSmooth.PacketSerializersGenerator.Data;
/// Contains information about a packet record syntax.
/// </summary>
/// <param name="Compilation">The compilation of the generator.</param>
/// <param name="GenerateAttribute">The generate serializer attribute.</param>
/// <param name="PacketRecord">The packet record declaration.</param>
/// <param name="SemanticModel">The semantic model the packet is in.</param>
/// <param name="Parameters">The parsed parameters of the packet.</param>

Do not follow this link