8000 Fix Xml documentation compilation warning · pmiossec/libgit2sharp@be589ef · GitHub
[go: up one dir, main page]

Skip to content

Commit be589ef

Browse files
committed
Fix Xml documentation compilation warning
1 parent c405b0f commit be589ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/FetchOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public sealed class FetchOptions
1414
/// based on the remote's <see cref="Remote.TagFetchMode"/> configuration.
1515
/// </para>
1616
/// <para>If neither this property nor the remote `tagopt` configuration is set,
17-
/// this will default to <see cref="TagFetchMode.Auto"/> (i.e. tags that point to objects
17+
/// this will default to <see cref="F:TagFetchMode.Auto"/> (i.e. tags that point to objects
1818
/// retrieved during this fetch will be retrieved as well).</para>
1919
/// </summary>
2020
public TagFetchMode? TagFetchMode { get; set; }

0 commit comments

Comments
 (0)
0