(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
authorbelugas
Fri, 27 Oct 2006 16:18:47 +0000
changeset 4966 9486538c344d
parent 4965 a09db997a1f3
child 4967 77ce78066aef
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
industry.h
--- a/industry.h	Fri Oct 27 15:54:24 2006 +0000
+++ b/industry.h	Fri Oct 27 16:18:47 2006 +0000
@@ -68,9 +68,9 @@
 	byte minimal_cargo;
 	CargoID accepts_cargo[3];
 
-	IndustryLifeType life_type;  v This is also known as Industry production flag, in newgrf specs
+	IndustryLifeType life_type;  ///< This is also known as Industry production flag, in newgrf specs
 
-	byte climate_availability; ///< Bitmask, giving landscape enums as bit position
+	byte climate_availability;  ///< Bitmask, giving landscape enums as bit position
 
 	StringID name;
 	StringID closure_text;