Skip to content

Commit

Permalink
Add documentation for none on DataRequested enum
Browse files Browse the repository at this point in the history
  • Loading branch information
shrayasr committed Jun 10, 2016
1 parent b2b9942 commit 90ef3e5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RiotSharp/StaticDataEndpoint/DataRequested.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
/// </summary>
public enum ChampionData
{
/// <summary>
/// The default. Resolves to type, version, data, id, key, name, and title
/// </summary>
none,

all,
image,
skins,
Expand All @@ -27,7 +31,11 @@ public enum ChampionData
/// </summary>
public enum ItemData
{
/// <summary>
/// The default. Resolves to type, version, basic, data, id, name, plaintext, group, and description
/// </summary>
none,

all,
description,
colloq,
Expand All @@ -43,7 +51,11 @@ public enum ItemData
/// </summary>
public enum MasteryData
{
/// <summary>
/// The default. Resolves to type, version, data, id, name, and description
/// </summary>
none,

all,
ranks,
prereq,
Expand All @@ -55,7 +67,11 @@ public enum MasteryData
/// </summary>
public enum RuneData
{
/// <summary>
/// The default. Resolves to type, version, data, id, name, rune, and description
/// </summary>
none,

all,
image,
stats,
Expand All @@ -69,7 +85,11 @@ public enum RuneData
/// </summary>
public enum SummonerSpellData
{
/// <summary>
/// The default. Resolves to type, version, data, id, key, name, description, and summonerLevel
/// </summary>
none,

all,
key,
image,
Expand Down

0 comments on commit 90ef3e5

Please sign in to comment.