From 9c7f09322ef91a7fa565e23898467d5cd9aafe7e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 9 Mar 2006 20:37:51 +0000 Subject: (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai) --- openttd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 8fb3d9f4c..335902340 100644 --- a/openttd.h +++ b/openttd.h @@ -65,11 +65,11 @@ typedef byte PlayerID; typedef byte OrderID; typedef byte CargoID; typedef uint16 StringID; -typedef uint32 SpriteID; //! The number of a sprite, without mapping bits and colortables -typedef uint32 PalSpriteID; //! The number of a sprite plus all the mapping bits and colortables +typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits and colortables +typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bits and colortables typedef uint32 CursorID; -typedef uint16 EngineID; //! All enginenumbers should be of this type -typedef uint16 UnitID; //! All unitnumber stuff is of this type (or anyway, should be) +typedef uint16 EngineID; ///< All enginenumbers should be of this type +typedef uint16 UnitID; ///< All unitnumber stuff is of this type (or anyway, should be) typedef uint32 WindowNumber; typedef byte WindowClass; -- cgit v1.2.3-54-g00ecf