mirror of
https://github.com/Stone-Red-Code/CuteUtils.git
synced 2026-09-07 15:56:11 +02:00
Fix xml docs mistakes
This commit is contained in:
@@ -26,7 +26,7 @@ public class LogFormatBuilder
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the <see cref="LogFormatBuilder" to <see cref="string"/>/>
|
/// Converts the <see cref="LogFormatBuilder"/> to <see cref="string"/>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The <see cref="LogFormatBuilder"/> to convert.</param>
|
/// <param name="value">The <see cref="LogFormatBuilder"/> to convert.</param>
|
||||||
public static implicit operator string(LogFormatBuilder value)
|
public static implicit operator string(LogFormatBuilder value)
|
||||||
@@ -35,7 +35,7 @@ public class LogFormatBuilder
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the <see cref="string" to <see cref="LogFormatBuilder"/>/>
|
/// Converts the <see cref="string"/> to <see cref="LogFormatBuilder"/>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The <see cref="stringBuilder"/> to convert.</param>
|
/// <param name="value">The <see cref="stringBuilder"/> to convert.</param>
|
||||||
public static implicit operator LogFormatBuilder(string value)
|
public static implicit operator LogFormatBuilder(string value)
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ public class TaskQueue : IDisposable
|
|||||||
GC.SuppressFinalize(this);
|
GC.SuppressFinalize(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc cref="IDisposable.Dispose"/>
|
||||||
protected virtual void Dispose(bool disposing)
|
protected virtual void Dispose(bool disposing)
|
||||||
{
|
{
|
||||||
if (!disposed)
|
if (!disposed)
|
||||||
|
|||||||
Reference in New Issue
Block a user