diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-10 10:26:28 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-02-10 10:26:28 +0100 |
| commit | a381eb884c61ce6661f6490f88e4af7430754dca (patch) | |
| tree | b5739344e377004ed30dc6fe90cf9d316c0ba287 /MediaBrowser.Model/Services/ApiMemberAttribute.cs | |
| parent | 77428d338db09c4f3df3121281d952851a8a89ec (diff) | |
add-some-xml-documentation
Diffstat (limited to 'MediaBrowser.Model/Services/ApiMemberAttribute.cs')
| -rw-r--r-- | MediaBrowser.Model/Services/ApiMemberAttribute.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Services/ApiMemberAttribute.cs b/MediaBrowser.Model/Services/ApiMemberAttribute.cs index 7267fce24..06a6713ee 100644 --- a/MediaBrowser.Model/Services/ApiMemberAttribute.cs +++ b/MediaBrowser.Model/Services/ApiMemberAttribute.cs @@ -5,6 +5,9 @@ using System; namespace MediaBrowser.Model.Services { + /// <summary> + /// Identifies a single API endpoint. + /// </summary> [AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)] public class ApiMemberAttribute : Attribute { |
