summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-09 15:06:24 +0000
committerbelugas <belugas@openttd.org>2007-04-09 15:06:24 +0000
commit82ad5a6d9c4adb8d65d690cffd53783c87f9e2bf (patch)
treef6921b791932625f7ba10a465d1a276a9beaf60e /src/viewport.cpp
parentec03c72afbed2d9be94ade6a342d4c81bec3d311 (diff)
downloadopenttd-82ad5a6d9c4adb8d65d690cffd53783c87f9e2bf.tar.xz
(svn r9580) -Documentation: Correction of doxygen function declarations
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index 6986cc534..70f45c613 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -397,7 +397,7 @@ Point GetTileZoomCenterWindow(bool in, Window * w)
/** Update the status of the zoom-buttons according to the zoom-level
* of the viewport. This will update their status and invalidate accordingly
- * @param window pointer to the window that has the zoom buttons
+ * @param w Window pointer to the window that has the zoom buttons
* @param vp pointer to the viewport whose zoom-level the buttons represent
* @param widget_zoom_in widget index for window with zoom-in button
* @param widget_zoom_out widget index for window with zoom-out button */