summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authorJoan Josep <juanjo.ng.83@gmail.com>2021-12-19 16:51:45 +0100
committerGitHub <noreply@github.com>2021-12-19 16:51:45 +0100
commite890e7db76b49976209675c0bf652c25e52cad94 (patch)
tree6b3c3e302d7a1daefbf8ca8aa7902a3266ab9de1 /src/vehicle_cmd.cpp
parentafc3d71fd080aab6a7c8d852016fb18bab5dd5d5 (diff)
downloadopenttd-e890e7db76b49976209675c0bf652c25e52cad94.tar.xz
Cleanup #9725: Clean up Doxygen docs and fix typo. (#9753)
Diffstat (limited to 'src/vehicle_cmd.cpp')
-rw-r--r--src/vehicle_cmd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp
index 438f73367..dc7d66c83 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -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)