mirror of
https://github.com/Stone-Red-Code/CuteUtils.git
synced 2026-09-04 08:56:13 +02:00
Fix xml docs mistakes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -92,6 +92,7 @@ public class TaskQueue : IDisposable
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IDisposable.Dispose"/>
|
||||
protected virtual void Dispose(bool disposing)
|
||||
{
|
||||
if (!disposed)
|
||||
|
||||
Reference in New Issue
Block a user