changeset 4966:297507008da0 draft

(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
author belugas <belugas@openttd.org>
date Fri, 27 Oct 2006 16:18:47 +0000
parents a65f925966f0
children 7ec8835b50dc
files industry.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/industry.h
+++ b/industry.h
@@ -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;