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
commitfaad091b8f2c5cca63fb1839b75cd860ba24b887 (patch)
treef6921b791932625f7ba10a465d1a276a9beaf60e /src/viewport.cpp
parent2f6f7b1984de0d676baa052f81021aea631fc73f (diff)
downloadopenttd-faad091b8f2c5cca63fb1839b75cd860ba24b887.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 */