Skip to content

Commit e034243

Browse files
committed
fixup doc comments
1 parent a46fb80 commit e034243

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

LibGit2Sharp/Core/Proxy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,6 +3472,7 @@ public static void git_libgit2_opts_set_user_agent(string userAgent)
34723472
/// <returns>
34733473
/// The user-agent string.
34743474
/// </returns>
3475+
/// </summary>
34753476
public static string git_libgit2_opts_get_user_agent()
34763477
{
34773478
string userAgent;

LibGit2Sharp/GlobalSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ public static void SetUserAgent(string userAgent)
525525
/// <returns>
526526
/// The user-agent string.
527527
/// </returns>
528+
/// </summary>
528529
public static string GetUserAgent()
529530
{
530531
return Proxy.git_libgit2_opts_get_user_agent();

0 commit comments

Comments
 (0)