Add comments to concrete types

We now have a build task that copies comments from interface to
implementation.
This commit is contained in:
Haacked
2013-12-11 14:22:39 -08:00
parent 9817ec26a2
commit c96b00650e
30 changed files with 240 additions and 71 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace Octokit
}
/// <summary>
/// Gets the connection for making HTTP requests.
/// The underlying connection.
/// </summary>
public IConnection Connection { get; private set; }