From 9c7f09322ef91a7fa565e23898467d5cd9aafe7e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 9 Mar 2006 20:37:51 +0000 Subject: (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai) --- vehicle.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index b6ea2b3a0..71e5c8c41 100644 --- a/vehicle.h +++ b/vehicle.h @@ -185,14 +185,14 @@ struct Vehicle { byte tick_counter;// increased by one for each tick /* Begin Order-stuff */ - Order current_order; //! The current order (+ status, like: loading) - OrderID cur_order_index; //! The index to the current order + Order current_order; ///< The current order (+ status, like: loading) + OrderID cur_order_index; ///< The index to the current order - Order *orders; //! Pointer to the first order for this vehicle - OrderID num_orders; //! How many orders there are in the list + Order *orders; ///< Pointer to the first order for this vehicle + OrderID num_orders; ///< How many orders there are in the list - Vehicle *next_shared; //! If not NULL, this points to the next vehicle that shared the order - Vehicle *prev_shared; //! If not NULL, this points to the prev vehicle that shared the order + Vehicle *next_shared; ///< If not NULL, this points to the next vehicle that shared the order + Vehicle *prev_shared; ///< If not NULL, this points to the prev vehicle that shared the order /* End Order-stuff */ // Boundaries for the current position in the world and a next hash link. -- cgit v1.2.3-54-g00ecf