# HG changeset patch # User terkhen # Date 2011-01-04 20:58:07 # Node ID f5490a21f1c462489593a837a3ae3d9ff0dbf4b4 # Parent dc573ed68f9a822b89eea72e66d8564b85064431 (svn r21719) -Doc: Correct a doxygen comment. diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -164,7 +164,7 @@ static LegendAndColour _legend_land_owne * 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;