summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-03 04:04:22 +0000
committerbelugas <belugas@openttd.org>2007-03-03 04:04:22 +0000
commit5792aa85c7b39efbba313659c287abd9ae66df88 (patch)
treea56d1e1d13bc7d618e33a50ed711f4c5387a5c21 /src/town_cmd.cpp
parent502ec1b6721832b170bd133480ec785b2cd1d5a7 (diff)
downloadopenttd-5792aa85c7b39efbba313659c287abd9ae66df88.tar.xz
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 88880040e..e0eb03d73 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file town_cmd.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
@@ -1492,7 +1494,7 @@ static bool DoBuildStatueOfCompany(TileIndex tile)
/**
* Search callback function for TownActionBuildStatue
* @param data that is passed by the caller. In this case, nothing
- * @result of the test
+ * @return the result of the test
*/
static bool SearchTileForStatue(TileIndex tile, uint32 data)
{