diff src/viewport.cpp @ 6443:bc27521ccac0 draft

(svn r9580) -Documentation: Correction of doxygen function declarations
author belugas <belugas@openttd.org>
date Mon, 09 Apr 2007 15:06:24 +0000
parents 2437ed7b277c
children eb2f3db29626
line wrap: on
line diff
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -397,7 +397,7 @@
 
 /** 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 */