Skip to content

Commit

Permalink
fixup doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Feb 18, 2020
1 parent a46fb80 commit e034243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LibGit2Sharp/Core/Proxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3472,6 +3472,7 @@ public static void git_libgit2_opts_set_user_agent(string userAgent)
/// <returns>
/// The user-agent string.
/// </returns>
/// </summary>
public static string git_libgit2_opts_get_user_agent()
{
string userAgent;
Expand Down
1 change: 1 addition & 0 deletions LibGit2Sharp/GlobalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ public static void SetUserAgent(string userAgent)
/// <returns>
/// The user-agent string.
/// </returns>
/// </summary>
public static string GetUserAgent()
{
return Proxy.git_libgit2_opts_get_user_agent();
Expand Down

0 comments on commit e034243

Please sign in to comment.