Skip to content

Commit e4e9ab7

Browse files
committed
Fix xml doc related warnings
1 parent 9fbeaac commit e4e9ab7

15 files changed

+15
-15
lines changed

LibGit2Sharp/AmbiguousSpecificationException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public AmbiguousSpecificationException(string message, Exception innerException)
3838
/// <summary>
3939
/// Initializes a new instance of the <see cref="AmbiguousSpecificationException"/> class with a serialized data.
4040
/// </summary>
41-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
41+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4242
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4343
protected AmbiguousSpecificationException(SerializationInfo info, StreamingContext context)
4444
: base(info, context)

LibGit2Sharp/BareRepositoryException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public BareRepositoryException(string message, Exception innerException)
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="LibGit2Sharp.BareRepositoryException"/> class with a serialized data.
4242
/// </summary>
43-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
43+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4545
protected BareRepositoryException(SerializationInfo info, StreamingContext context)
4646
: base(info, context)

LibGit2Sharp/EmptyCommitException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public EmptyCommitException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="EmptyCommitException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected EmptyCommitException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/InvalidSpecificationException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public InvalidSpecificationException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="InvalidSpecificationException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected InvalidSpecificationException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/LibGit2SharpException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public LibGit2SharpException(string message, Exception innerException)
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="LibGit2SharpException"/> class with a serialized data.
4242
/// </summary>
43-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
43+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4545
protected LibGit2SharpException(SerializationInfo info, StreamingContext context)
4646
: base(info, context)

LibGit2Sharp/LockedFileException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public LockedFileException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="LibGit2Sharp.LockedFileException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected LockedFileException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/MergeConflictException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public MergeConflictException(string message, Exception innerException)
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="LibGit2Sharp.MergeConflictException"/> class with a serialized data.
4242
/// </summary>
43-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
43+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4545
protected MergeConflictException(SerializationInfo info, StreamingContext context)
4646
: base(info, context)

LibGit2Sharp/NameConflictException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public NameConflictException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="NameConflictException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected NameConflictException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/NonFastForwardException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public NonFastForwardException(string message, Exception innerException)
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="LibGit2Sharp.NonFastForwardException"/> class with a serialized data.
4242
/// </summary>
43-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
43+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4545
protected NonFastForwardException(SerializationInfo info, StreamingContext context)
4646
: base(info, context)

LibGit2Sharp/RemoveFromIndexException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public RemoveFromIndexException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="UnmatchedPathException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected RemoveFromIndexException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/RepositoryNotFoundException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public RepositoryNotFoundException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="RepositoryNotFoundException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected RepositoryNotFoundException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/UnbornBranchException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public UnbornBranchException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="UnbornBranchException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected UnbornBranchException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/UnmatchedPathException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public UnmatchedPathException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="UnmatchedPathException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected UnmatchedPathException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

LibGit2Sharp/UnmergedIndexEntriesException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public UnmergedIndexEntriesException(string message, Exception innerException)
4040
/// <summary>
4141
/// Initializes a new instance of the <see cref="UnmergedIndexEntriesException"/> class with a serialized data.
4242
/// </summary>
43-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
43+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4444
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4545
protected UnmergedIndexEntriesException(SerializationInfo info, StreamingContext context)
4646
: base(info, context)

LibGit2Sharp/UserCanceledException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public UserCancelledException(string message, Exception innerException)
3939
/// <summary>
4040
/// Initializes a new instance of the <see cref="LibGit2Sharp.UserCancelledException"/> class with a serialized data.
4141
/// </summary>
42-
/// <param name="info">The <see cref="SerializationInfo "/> that holds the serialized object data about the exception being thrown.</param>
42+
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
4343
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param>
4444
protected UserCancelledException(SerializationInfo info, StreamingContext context)
4545
: base(info, context)

0 commit comments

Comments
 (0)