From 9e1d9098a74e3de34f69ccf31847b0bc8ee2bd82 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:58:53 +0200 Subject: [PATCH] Fix xml docs mistakes --- src/CuteUtils/Logging/LogFormatBuilder.cs | 4 ++-- src/CuteUtils/Tasks/TaskQueue.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CuteUtils/Logging/LogFormatBuilder.cs b/src/CuteUtils/Logging/LogFormatBuilder.cs index 5ae36b1..7ce6888 100644 --- a/src/CuteUtils/Logging/LogFormatBuilder.cs +++ b/src/CuteUtils/Logging/LogFormatBuilder.cs @@ -26,7 +26,7 @@ public class LogFormatBuilder } /// - /// Converts the /> + /// Converts the to /// /// The to convert. public static implicit operator string(LogFormatBuilder value) @@ -35,7 +35,7 @@ public class LogFormatBuilder } /// - /// Converts the /> + /// Converts the to /// /// The to convert. public static implicit operator LogFormatBuilder(string value) diff --git a/src/CuteUtils/Tasks/TaskQueue.cs b/src/CuteUtils/Tasks/TaskQueue.cs index 919852b..9a78cae 100644 --- a/src/CuteUtils/Tasks/TaskQueue.cs +++ b/src/CuteUtils/Tasks/TaskQueue.cs @@ -92,6 +92,7 @@ public class TaskQueue : IDisposable GC.SuppressFinalize(this); } + /// protected virtual void Dispose(bool disposing) { if (!disposed)