Browse Source

Document IndexingKind.cs

Patrick Barron 5 years ago
parent
commit
4e439652da
1 changed files with 4 additions and 3 deletions
  1. 4 3
      Jellyfin.Data/Enums/IndexingKind.cs

+ 4 - 3
Jellyfin.Data/Enums/IndexingKind.cs

@@ -1,7 +1,8 @@
-#pragma warning disable CS1591
-
-namespace Jellyfin.Data.Enums
+namespace Jellyfin.Data.Enums
 {
 {
+    /// <summary>
+    /// An enum representing a type of indexing in a user's display preferences.
+    /// </summary>
     public enum IndexingKind
     public enum IndexingKind
     {
     {
         /// <summary>
         /// <summary>