diff --git a/Emby.Server.Implementations/ServerApplicationPaths.cs b/Emby.Server.Implementations/ServerApplicationPaths.cs
index 6cf9a8f71e..369a2b0d88 100644
--- a/Emby.Server.Implementations/ServerApplicationPaths.cs
+++ b/Emby.Server.Implementations/ServerApplicationPaths.cs
@@ -12,6 +12,11 @@ namespace Emby.Server.Implementations
///
/// Initializes a new instance of the class.
///
+ /// The path for Jellyfin's data.
+ /// The path for Jellyfin's logging directory.
+ /// The path for Jellyfin's configuration directory.
+ /// The path for Jellyfin's cache directory.
+ /// The path for Jellyfin's web UI.
public ServerApplicationPaths(
string programDataPath,
string logDirectoryPath,