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
@@ -133,7 +133,6 @@ void CargoPacket::Reduce(uint count)
/**
* Invalidates (sets source_id to INVALID_SOURCE) all cargo packets from given source.
* @param src_type Type of source.
* @param src Index of source.
*/
/* static */ void CargoPacket::InvalidateAllFrom(Source src)