order.h
changeset 3173 f56ca618721b
parent 3140 5555cc95043a
child 3347 0ddacd451b81
--- a/order.h	Thu Mar 09 12:32:25 2006 +0000
+++ b/order.h	Thu Mar 09 20:37:51 2006 +0000
@@ -80,9 +80,9 @@
 	uint8  flags;
 	uint16 station;
 
-	struct Order *next;   //! Pointer to next order. If NULL, end of list
+	struct Order *next;   ///< Pointer to next order. If NULL, end of list
 
-	uint16 index;         //! Index of the order, is not saved or anything, just for reference
+	uint16 index;         ///< Index of the order, is not saved or anything, just for reference
 } Order;
 
 #define MAX_BACKUP_ORDER_COUNT 40