remove unnecessary returns xml doc comment
This commit is contained in:
@@ -50,7 +50,6 @@ public:
|
|||||||
/// Gets all available commands.
|
/// Gets all available commands.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="matches">The output list of all commands (unsorted).</param>
|
/// <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);
|
API_FUNCTION() static void GetAllCommands(API_PARAM(Out) Array<StringView, HeapAllocation>& commands);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user