diff src/order_base.h @ 15620:f8e9a3f0c140 draft

(svn r20283) -Codechange: Unify start of doygen comments.
author frosch <frosch@openttd.org>
date Sun, 01 Aug 2010 19:22:34 +0000 (2010-08-01)
parents 82bfab312c8e
children c62577640878
line wrap: on
line diff
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -254,7 +254,8 @@
 	void ConvertFromOldSavegame();
 };
 
-/** Shared order list linking together the linked list of orders and the list
+/**
+ * Shared order list linking together the linked list of orders and the list
  *  of vehicles sharing this order list.
  */
 struct OrderList : OrderListPool::PoolItem<&_orderlist_pool> {
@@ -275,7 +276,8 @@
 		: first(NULL), num_orders(num_orders), num_vehicles(0), first_shared(NULL),
 		  timetable_duration(0) { }
 
-	/** Create an order list with the given order chain for the given vehicle.
+	/**
+	 * Create an order list with the given order chain for the given vehicle.
 	 *  @param chain pointer to the first order of the order chain
 	 *  @param v any vehicle using this orderlist
 	 */