i'm not documenting all these languages

This commit is contained in:
Brendan Forster
2014-12-21 17:11:07 +09:30
committed by Haacked
parent 061e5981a7
commit dca5cb845d

View File

@@ -345,6 +345,7 @@ namespace Octokit
/// </summary>
public enum Language
{
#pragma warning disable 1591
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Abap")]
Abap,
[Parameter(Value = "ActionScript")]
@@ -696,6 +697,7 @@ namespace Octokit
Xtend,
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Yaml")]
Yaml
#pragma warning restore 1591
}
/// <summary>