summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
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,