]> git.deb.at Git - rhonda/impostor.git/commitdiff
Fix xmldoc warnings
authorjs6pak <kubastaron@hotmail.com>
Thu, 29 Dec 2022 16:49:15 +0000 (17:49 +0100)
committerjs6pak <kubastaron@hotmail.com>
Thu, 29 Dec 2022 16:49:15 +0000 (17:49 +0100)
src/Impostor.Api/Innersloth/SystemTypes.cs
src/Impostor.Server/Net/Client.cs

index 74affbfd1ff6321f35fc406a33be4c7375d9a93e..95864a8976b7d8a2b2f3d8da8f0f3f2e154c1e08 100644 (file)
@@ -38,9 +38,7 @@
 
         Sabotage = 17,
 
-        /// <summary>
-        ///     Decontam on Mira and bottom decontam on Polus
-        /// </summary>
+        /// <remarks>The only decontamination on Mira and bottom decontamination on Polus.</remarks>
         Decontamination = 18,
 
         Launchpad = 19,
@@ -57,9 +55,7 @@
 
         Dropship = 25,
 
-        /// <summary>
-        ///     Top decontam on Polus
-        /// </summary>
+        /// <remarks>Top decontamination on Polus.</remarks>
         Decontamination2 = 26,
 
         Outside = 27,
index af477be858fec0c44054ea80b13ccfa2c3d6fbae..44d609a2dccd447c947871dd4f43e1aab96d2d50 100644 (file)
@@ -355,10 +355,8 @@ namespace Impostor.Server.Net
         /// <summary>
         ///     Triggered when the connected client requests the game listing.
         /// </summary>
-        /// <param name="options">
-        ///     All options given.
-        ///     At this moment, the client can only specify the map, impostor count and chat language.
-        /// </param>
+        /// <param name="options">Options specific to the game mode. At this moment, the client can only specify the map, impostor count and chat language.</param>
+        /// <param name="filterOptions">Filter options not specific to the game mode.</param>
         private ValueTask OnRequestGameListAsync(IGameOptions options, GameFilterOptions filterOptions)
         {
             using var message = MessageWriter.Get(MessageType.Reliable);