mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
tidy up some xml-docs while i'm in here
This commit is contained in:
@@ -167,11 +167,21 @@ namespace Octokit
|
||||
Task DeleteFile(string owner, string name, string path, DeleteFileRequest request);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The archive format to return from the server
|
||||
/// </summary>
|
||||
public enum ArchiveFormat
|
||||
{
|
||||
/// <summary>
|
||||
/// The TAR archive format
|
||||
/// </summary>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Tarball")]
|
||||
[Parameter(Value = "tarball")]
|
||||
Tarball,
|
||||
|
||||
/// <summary>
|
||||
/// The ZIP archive format
|
||||
/// </summary>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Zipball")]
|
||||
[Parameter(Value = "zipball")]
|
||||
Zipball
|
||||
|
||||
Reference in New Issue
Block a user