From 283f7c065dcdf74d71cccdc71cfbdbd216766443 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 27 Oct 2006 16:18:47 +0000 Subject: [PATCH] (svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly --- industry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/industry.h b/industry.h index 0924acf8b2..cc2ee45766 100644 --- a/industry.h +++ b/industry.h @@ -68,9 +68,9 @@ typedef struct IndustrySpec { 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;