industry_cmd.c
changeset 3173 f56ca618721b
parent 3157 3f35e2d9c8e3
child 3222 6de22e06a1e9
--- a/industry_cmd.c	Thu Mar 09 12:32:25 2006 +0000
+++ b/industry_cmd.c	Thu Mar 09 20:37:51 2006 +0000
@@ -90,9 +90,9 @@
 #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;