From 90ef3e5b769ecea95512f71aa2e740b342836f8d Mon Sep 17 00:00:00 2001 From: Shrayas Date: Fri, 10 Jun 2016 19:30:27 +0530 Subject: [PATCH] Add documentation for `none` on DataRequested enum Fixes #218 --- RiotSharp/StaticDataEndpoint/DataRequested.cs | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RiotSharp/StaticDataEndpoint/DataRequested.cs b/RiotSharp/StaticDataEndpoint/DataRequested.cs index 14e74f5c..0c083f6d 100644 --- a/RiotSharp/StaticDataEndpoint/DataRequested.cs +++ b/RiotSharp/StaticDataEndpoint/DataRequested.cs @@ -5,7 +5,11 @@ /// public enum ChampionData { + /// + /// The default. Resolves to type, version, data, id, key, name, and title + /// none, + all, image, skins, @@ -27,7 +31,11 @@ public enum ChampionData /// public enum ItemData { + /// + /// The default. Resolves to type, version, basic, data, id, name, plaintext, group, and description + /// none, + all, description, colloq, @@ -43,7 +51,11 @@ public enum ItemData /// public enum MasteryData { + /// + /// The default. Resolves to type, version, data, id, name, and description + /// none, + all, ranks, prereq, @@ -55,7 +67,11 @@ public enum MasteryData /// public enum RuneData { + /// + /// The default. Resolves to type, version, data, id, name, rune, and description + /// none, + all, image, stats, @@ -69,7 +85,11 @@ public enum RuneData /// public enum SummonerSpellData { + /// + /// The default. Resolves to type, version, data, id, key, name, description, and summonerLevel + /// none, + all, key, image,