summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
commit9c7f09322ef91a7fa565e23898467d5cd9aafe7e (patch)
tree061684b960a2757bd9c019a34af1bd45b36d85b5 /industry_cmd.c
parent78a7b15ce0ceb0758de4eadf6d366906e5372cf2 (diff)
downloadopenttd-9c7f09322ef91a7fa565e23898467d5cd9aafe7e.tar.xz
(svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai)
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;