Add XML docs to small model enums and remove CS1591 suppressions
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// The convention used for naming saved images.
|
||||
/// </summary>
|
||||
public enum ImageSavingConvention
|
||||
{
|
||||
/// <summary>
|
||||
/// The legacy naming convention.
|
||||
/// </summary>
|
||||
Legacy,
|
||||
|
||||
/// <summary>
|
||||
/// The naming convention compatible with other media servers and metadata managers.
|
||||
/// </summary>
|
||||
Compatible
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user