document a bunch of the Exceptions namespace

This commit is contained in:
Brendan Forster
2014-12-21 16:17:16 +09:30
committed by Haacked
parent 8aad3b0787
commit 3be89e7c01
14 changed files with 325 additions and 19 deletions
+3
View File
@@ -5,6 +5,9 @@ using System.Globalization;
namespace Octokit
{
/// <summary>
/// An entry in the activity event stream
/// </summary>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class Activity
{