Codefix: remove @param documentation for parameters that don't exist anymore

This commit is contained in:
Rubidium
2026-02-01 15:49:41 +01:00
committed by rubidium42
parent dedcd78da0
commit 67fac86149
34 changed files with 15 additions and 55 deletions
-1
View File
@@ -221,7 +221,6 @@ public:
/**
* DoCommand callback function for all commands executed by scripts.
* @param result The result of the command.
* @param tile The tile on which the command was executed.
* @param data Command data as given to DoCommandPInternal.
* @param result_data Extra data return from the command.
* @param cmd cmd as given to DoCommandPInternal.