remove unnecessary returns xml doc comment

This commit is contained in:
xxSeys1
2025-06-12 19:31:32 +02:00
parent c4130aa20f
commit ec154b4998

View File

@@ -50,7 +50,6 @@ public:
/// Gets all available commands.
/// </summary>
/// <param name="matches">The output list of all commands (unsorted).</param>
/// <returns>TODO.</returns>
API_FUNCTION() static void GetAllCommands(API_PARAM(Out) Array<StringView, HeapAllocation>& commands);
/// <summary>