Browse Source

Fix warnings in ServerApplicationPaths

Patrick Barron 3 năm trước cách đây
mục cha
commit
b17a452d16
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Emby.Server.Implementations/ServerApplicationPaths.cs

+ 5 - 0
Emby.Server.Implementations/ServerApplicationPaths.cs

@@ -12,6 +12,11 @@ namespace Emby.Server.Implementations
         /// <summary>
         /// Initializes a new instance of the <see cref="ServerApplicationPaths" /> class.
         /// </summary>
+        /// <param name="programDataPath">The path for Jellyfin's data.</param>
+        /// <param name="logDirectoryPath">The path for Jellyfin's logging directory.</param>
+        /// <param name="configurationDirectoryPath">The path for Jellyfin's configuration directory.</param>
+        /// <param name="cacheDirectoryPath">The path for Jellyfin's cache directory.</param>
+        /// <param name="webDirectoryPath">The path for Jellyfin's web UI.</param>
         public ServerApplicationPaths(
             string programDataPath,
             string logDirectoryPath,