Cleanup #9725: Clean up Doxygen docs and fix typo. (#9753)

This commit is contained in:
Joan Josep
2021-12-19 16:51:45 +01:00
committed by GitHub
parent afc3d71fd0
commit e890e7db76
5 changed files with 1 additions and 8 deletions

View File

@@ -198,11 +198,10 @@ std::tuple<CommandCost, VehicleID, uint, uint16> CmdBuildVehicle(DoCommandFlag f
/**
* Sell a vehicle.
* @param flags for command.
* @aram v_id vehicle ID being sold.
* @param v_id vehicle ID being sold.
* @param sell_chain sell the vehicle and all vehicles following it in the chain.
* @param backup_order make a backup of the vehicle's order (if an engine).
* @param client_id User.
* @param text unused.
* @return the cost of this operation or an error.
*/
CommandCost CmdSellVehicle(DoCommandFlag flags, VehicleID v_id, bool sell_chain, bool backup_order, ClientID client_id)