From ec154b4998415c218dc5017a72813ab43407ae15 Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Thu, 12 Jun 2025 19:31:32 +0200 Subject: [PATCH] remove unnecessary returns xml doc comment --- Source/Engine/Debug/DebugCommands.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/Debug/DebugCommands.h b/Source/Engine/Debug/DebugCommands.h index 6028ab9d8..cfe70db73 100644 --- a/Source/Engine/Debug/DebugCommands.h +++ b/Source/Engine/Debug/DebugCommands.h @@ -50,7 +50,6 @@ public: /// Gets all available commands. /// /// The output list of all commands (unsorted). - /// TODO. API_FUNCTION() static void GetAllCommands(API_PARAM(Out) Array& commands); ///