Codechange: add missing @param and @return

This commit is contained in:
Rubidium
2026-02-16 17:19:09 +01:00
committed by rubidium42
parent 02438e9934
commit 7aecc268b6
18 changed files with 94 additions and 18 deletions
+4
View File
@@ -1616,6 +1616,10 @@ static bool CheckCanTerraformSurroundingTiles(TileIndex tile, uint height, int i
/**
* This function tries to flatten out the land below an industry, without
* damaging the surroundings too much.
* @param tile The tile to place the industry's starting point at.
* @param flags Flags describing how to execute this command.
* @param layout The layout to build.
* @return \c true iff the industry can be built at this location.
*/
static bool CheckIfCanLevelIndustryPlatform(TileIndex tile, DoCommandFlags flags, const IndustryTileLayout &layout)
{