changeset 16983:1ccc372dc14b draft

(svn r21719) -Doc: Correct a doxygen comment.
author terkhen <terkhen@openttd.org>
date Tue, 04 Jan 2011 20:58:07 +0000
parents 27ab8bdc8e03
children 46e40fd2ab60
files src/smallmap_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -164,7 +164,7 @@
  * This is required in order to have the indutry slots all filled up
  */
 static LegendAndColour _legend_from_industries[NUM_INDUSTRYTYPES + 1];
-/* For connecting industry type to position in industries list(small map legend) */
+/** For connecting industry type to position in industries list(small map legend) */
 static uint _industry_to_list_pos[NUM_INDUSTRYTYPES];
 /** Show heightmap in industry mode of smallmap window. */
 static bool _smallmap_industry_show_heightmap;