summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-09 20:37:51 +0000
commitfca58232381453f503ed9d92b40fd65c3c57bdb6 (patch)
tree061684b960a2757bd9c019a34af1bd45b36d85b5 /openttd.h
parentee03f15f277645cf5b6a56f51b591a574d43e993 (diff)
downloadopenttd-fca58232381453f503ed9d92b40fd65c3c57bdb6.tar.xz
(svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter. (sulai)
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h8
1 files changed, 4 insertions, 4 deletions
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;