summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-01 19:44:49 +0000
committerfrosch <frosch@openttd.org>2010-08-01 19:44:49 +0000
commit4bd32799f13480763bfb58db82bb98d1500753ae (patch)
tree3aff9492cad51a7cb456158b0a3a32c90f978fe4 /src/rail.h
parent613b273f36ffd1d300ea08c5d6b1c469d145a591 (diff)
downloadopenttd-4bd32799f13480763bfb58db82bb98d1500753ae.tar.xz
(svn r20286) -Codechange: Unify end of doxygen comments.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rail.h b/src/rail.h
index caf426b62..465a4aac3 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -101,7 +101,8 @@ enum RailFenceOffset {
struct RailtypeInfo {
/**
* Struct containing the main sprites. @note not all sprites are listed, but only
- * the ones used directly in the code */
+ * the ones used directly in the code
+ */
struct {
SpriteID track_y; ///< single piece of rail in Y direction, with ground
SpriteID track_ns; ///< two pieces of rail in North and South corner (East-West direction)
@@ -119,7 +120,8 @@ struct RailtypeInfo {
/**
* struct containing the sprites for the rail GUI. @note only sprites referred to
- * directly in the code are listed */
+ * directly in the code are listed
+ */
struct {
SpriteID build_ns_rail; ///< button for building single rail in N-S direction
SpriteID build_x_rail; ///< button for building single rail in X direction