summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index c949d2360..daa23e65c 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -90,9 +90,9 @@ typedef struct IndustrySpec {
#include "table/build_industry.h"
typedef enum IndustryType {
- INDUSTRY_NOT_CLOSABLE, //! Industry can never close
- INDUSTRY_PRODUCTION, //! Industry can close and change of production
- INDUSTRY_CLOSABLE, //! Industry can only close (no production change)
+ INDUSTRY_NOT_CLOSABLE, ///< Industry can never close
+ INDUSTRY_PRODUCTION, ///< Industry can close and change of production
+ INDUSTRY_CLOSABLE, ///< Industry can only close (no production change)
} IndustryType;