summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-11-20 14:15:02 +0000
committeralberth <alberth@openttd.org>2010-11-20 14:15:02 +0000
commit3b0ee6557113104416f465fb780d9900fb7a842a (patch)
tree4c6600efd2700df08b38c84cd594dd11043ee501 /src/order_type.h
parent5d72befbcd0486900062a4163c3eb52d5d27f7d5 (diff)
downloadopenttd-3b0ee6557113104416f465fb780d9900fb7a842a.tar.xz
(svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code.
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 029674bb0..7b252add0 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -27,7 +27,7 @@ static const VehicleOrderID MAX_VEH_ORDER_ID = INVALID_VEH_ORDER_ID - 1;
/** Invalid order (sentinel) */
static const OrderID INVALID_ORDER = 0xFFFF;
-/* Order types */
+/** Order types */
enum OrderType {
OT_BEGIN = 0,
OT_NOTHING = 0,