Fix xml docs mistakes

This commit is contained in:
Stone_Red
2024-04-04 23:58:53 +02:00
parent e2c3e6e2af
commit 9e1d9098a7
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ public class LogFormatBuilder
}
/// <summary>
/// Converts the <see cref="LogFormatBuilder" to <see cref="string"/>/>
/// Converts the <see cref="LogFormatBuilder"/> to <see cref="string"/>
/// </summary>
/// <param name="value">The <see cref="LogFormatBuilder"/> to convert.</param>
public static implicit operator string(LogFormatBuilder value)
@@ -35,7 +35,7 @@ public class LogFormatBuilder
}
/// <summary>
/// Converts the <see cref="string" to <see cref="LogFormatBuilder"/>/>
/// Converts the <see cref="string"/> to <see cref="LogFormatBuilder"/>
/// </summary>
/// <param name="value">The <see cref="stringBuilder"/> to convert.</param>
public static implicit operator LogFormatBuilder(string value)
+1
View File
@@ -92,6 +92,7 @@ public class TaskQueue : IDisposable
GC.SuppressFinalize(this);
}
/// <inheritdoc cref="IDisposable.Dispose"/>
protected virtual void Dispose(bool disposing)
{
if (!disposed)