summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
commitfca58232381453f503ed9d92b40fd65c3c57bdb6 (patch)
tree061684b960a2757bd9c019a34af1bd45b36d85b5 /vehicle.h
parentee03f15f277645cf5b6a56f51b591a574d43e993 (diff)
downloadopenttd-fca58232381453f503ed9d92b40fd65c3c57bdb6.tar.xz
(svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai)
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h12
1 files changed, 6 insertions, 6 deletions
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.