diff options
author | frosch <frosch@openttd.org> | 2010-08-01 19:44:49 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-08-01 19:44:49 +0000 |
commit | 4bd32799f13480763bfb58db82bb98d1500753ae (patch) | |
tree | 3aff9492cad51a7cb456158b0a3a32c90f978fe4 /src/landscape.cpp | |
parent | 613b273f36ffd1d300ea08c5d6b1c469d145a591 (diff) | |
download | openttd-4bd32799f13480763bfb58db82bb98d1500753ae.tar.xz |
(svn r20286) -Codechange: Unify end of doxygen comments.
Diffstat (limited to 'src/landscape.cpp')
-rw-r--r-- | src/landscape.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/landscape.cpp b/src/landscape.cpp index f8aacf3f0..265500722 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -48,7 +48,8 @@ extern const TileTypeProcs /** * Tile callback functions for each type of tile. * @ingroup TileCallbackGroup - * @see TileType */ + * @see TileType + */ const TileTypeProcs * const _tile_type_procs[16] = { &_tile_type_clear_procs, ///< Callback functions for MP_CLEAR tiles &_tile_type_rail_procs, ///< Callback functions for MP_RAILWAY tiles @@ -75,7 +76,8 @@ extern const byte _slope_to_sprite_offset[32] = { * If it is \c NULL, a static snowline height is used, as set by \c _settings_game.game_creation.snow_line. * Otherwise it points to a table loaded from a newGRF file, that describes the variable snowline * @ingroup SnowLineGroup - * @see GetSnowLine() GameCreationSettings */ + * @see GetSnowLine() GameCreationSettings + */ static SnowLine *_snow_line = NULL; /** |